Пример #1
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Relationship = sts.Create("Relationship", this);
     //Additional semantic type initializers.
     Relationship.ForwardName = "Father of";
     Relationship.ReverseName = "Son of";
 }
Пример #2
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     PointA = sts.Create("PointA", this);
     PointB = sts.Create("PointB", this);
     //Additional semantic type initializers.
 }
Пример #3
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Line = sts.Create("Line", this);
     //Additional semantic type initializers.
 }
Пример #4
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Integer = sts.Create("Integer", this);
     //Additional semantic type initializers.
 }
Пример #5
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     X = sts.Create("X", this);
     Y = sts.Create("Y", this);
     //Additional semantic type initializers.
 }
Пример #6
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Integer = sts.Create("Integer", this);
     //Additional semantic type initializers.
 }
Пример #7
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Name         = sts.Create("Name", this);
     Abbreviation = sts.Create("Abbreviation", this);
     //Additional semantic type initializers.
 }
Пример #8
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Name = sts.Create("Name", this);
     Abbreviation = sts.Create("Abbreviation", this);
     //Additional semantic type initializers.
 }
Пример #9
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Point = sts.Create("Point", this);
     //Additional semantic type initializers.
 }
Пример #10
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     X = sts.Create("X", this);
     Y = sts.Create("Y", this);
     //Additional semantic type initializers.
 }
Пример #11
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Line = sts.Create("Line", this);
     //Additional semantic type initializers.
 }
Пример #12
0
 //Implements ICreate.
 public void Initialize(ISemanticTypeSystem sts)
 {
     Relationship = sts.Create("Relationship", this);
     //Additional semantic type initializers.
     Relationship.ForwardName = "Father of";
     Relationship.ReverseName = "Son of";
 }