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