Exemplo n.º 1
0
 public ParentRelationship(ParentRelationshipType Type, IBlock parent, int Index)
 {
     this.Type   = Type;
     this.Parent = parent;
     this.Index  = Index;
 }
Exemplo n.º 2
0
 public ParentRelationship(ParentRelationshipType Type, IBlock parent, int Index)
 {
     this.Type = Type;
     this.Parent = parent;
     this.Index = Index;
 }
Exemplo n.º 3
0
 public ParentRelationship()
 {
     this.Type   = ParentRelationshipType.None;
     this.Parent = null;
     this.Index  = -1;
 }
Exemplo n.º 4
0
 public ParentRelationship()
 {
     this.Type = ParentRelationshipType.None;
     this.Parent = null;
     this.Index = -1;
 }