예제 #1
0
 public ModelField(ODataApiGen.Models.Property prop, Angular.StructuredType structured)
 {
     this.Value      = prop;
     this.Structured = structured;
 }
예제 #2
0
 public void SetBase(StructuredType b)
 {
     this.Base = b;
 }
예제 #3
0
 public EntityProperty(ODataApiGen.Models.Property prop, Angular.StructuredType structured)
 {
     this.Structured = structured;
     this.Value      = prop;
 }