public MyDateTimeSurrogate(IPinchDecodingContext context)
 {
 }
 public BucketOfSurrogates(IPinchDecodingContext context)
 {
 }
Beispiel #3
0
 public TypesStructure(IPinchDecodingContext context)
 {
 }
 public object Create(IPinchDecodingContext context)
 {
     return new BucketOfSurrogates(context);
 }
Beispiel #5
0
 public SmallStructure(IPinchDecodingContext context)
 {
 }
Beispiel #6
0
 public object Create(IPinchDecodingContext context)
 {
     return new SmallStructure(context);
 }
Beispiel #7
0
 public RequiredDecimalStructure(IPinchDecodingContext context)
 {
 }
Beispiel #8
0
 public object Create(IPinchDecodingContext context)
 {
     return new VersioningStructure(context);
 }
Beispiel #9
0
 public ChoiceMessage(IPinchDecodingContext context)
 {
 }
Beispiel #10
0
 public object Create(IPinchDecodingContext context)
 {
     return new OptionalDecimalStructure(context);
 }
Beispiel #11
0
 public OptionalDecimalStructure(IPinchDecodingContext context)
 {
 }
Beispiel #12
0
 public ChoiceStructure(IPinchDecodingContext context)
 {
 }
Beispiel #13
0
 public object Create(IPinchDecodingContext context)
 {
     return new ChoiceMessage(context);
 }
 public MyUriSurrogate(IPinchDecodingContext context)
 {
 }
Beispiel #15
0
 public object Create(IPinchDecodingContext context)
 {
     return new RequiredDecimalStructure(context);
 }
 public object Create(IPinchDecodingContext context)
 {
     return new MyUriSurrogate(context);
 }
Beispiel #17
0
 public VersioningStructure(IPinchDecodingContext context)
 {
 }