Ejemplo n.º 1
0
 protected VectorComponentExtendedAttributes(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 2
0
 internal VectorPointFeatures(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 3
0
 protected VectorComponentFeatures(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 4
0
 protected VectorComponentClassAttributes(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 5
0
 internal VectorPolygonFigurePointExtendedAttributes(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 6
0
 protected VectorComponentChild(VectorComponent parent) : base(parent.Dataset)
 {
     Parent = parent;
 }
Ejemplo n.º 7
0
 internal VectorLinealFigurePointExtendedAttributes(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 8
0
 internal VectorRelationshipDatasetConnections2D(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 9
0
 internal VectorPolygonFigurePointClassAttributes(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 10
0
 internal VectorLinealFigurePointClassAttributes(VectorComponent parent) : base(parent)
 {
 }
Ejemplo n.º 11
0
 internal VectorLinealFigurePointFeatures(VectorComponent parent) : base(parent)
 {
 }