Esempio n. 1
0
 public MyDateTimeSurrogate(IPinchDecodingContext context)
 {
 }
Esempio n. 2
0
 public BucketOfSurrogates(IPinchDecodingContext context)
 {
 }
Esempio n. 3
0
 public TypesStructure(IPinchDecodingContext context)
 {
 }
Esempio n. 4
0
 public object Create(IPinchDecodingContext context)
 {
     return new BucketOfSurrogates(context);
 }
Esempio n. 5
0
 public SmallStructure(IPinchDecodingContext context)
 {
 }
Esempio n. 6
0
 public object Create(IPinchDecodingContext context)
 {
     return new SmallStructure(context);
 }
Esempio n. 7
0
 public RequiredDecimalStructure(IPinchDecodingContext context)
 {
 }
Esempio n. 8
0
 public object Create(IPinchDecodingContext context)
 {
     return new VersioningStructure(context);
 }
Esempio n. 9
0
 public ChoiceMessage(IPinchDecodingContext context)
 {
 }
Esempio n. 10
0
 public object Create(IPinchDecodingContext context)
 {
     return new OptionalDecimalStructure(context);
 }
Esempio n. 11
0
 public OptionalDecimalStructure(IPinchDecodingContext context)
 {
 }
Esempio n. 12
0
 public ChoiceStructure(IPinchDecodingContext context)
 {
 }
Esempio n. 13
0
 public object Create(IPinchDecodingContext context)
 {
     return new ChoiceMessage(context);
 }
Esempio n. 14
0
 public MyUriSurrogate(IPinchDecodingContext context)
 {
 }
Esempio n. 15
0
 public object Create(IPinchDecodingContext context)
 {
     return new RequiredDecimalStructure(context);
 }
Esempio n. 16
0
 public object Create(IPinchDecodingContext context)
 {
     return new MyUriSurrogate(context);
 }
Esempio n. 17
0
 public VersioningStructure(IPinchDecodingContext context)
 {
 }