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