Example #1
0
 public GetTransportObjectSnippet(ObjectModelTypeData type)
 {
     this._typeField = type;
 }
Example #2
0
 public ModelClassTemplate(ObjectModelTypeData type, string classContent)
 {
     this._classContentField = classContent;
     this._typeField         = type;
 }
 public ModifiableClassTemplate(ObjectModelTypeData type)
 {
     this._typeField = type;
 }
Example #4
0
 public StaticReadOnlyClassTemplate(ObjectModelTypeData type)
 {
     this._typeField = type;
 }
Example #5
0
 public CollectionConversionSnippet(ObjectModelTypeData type)
 {
     this._typeField = type;
 }