Overload | Description |
---|---|
UnionDataType Constructor() | Initializes a new instance of the class with default data. |
UnionDataType Constructor(IEnumerable<DataField>) | Initializes a new instance of the class, with given data fields. |
UnionDataType Constructor(String) | Initializes a new instance of the class, with given name. |
UnionDataType Constructor(String,String) | Initializes a new instance of the class, with given name and full name. |
UnionDataType Constructor(String,String,IEnumerable<DataField>) | Initializes a new instance of the class, with given name, full name, and data fields. |
UnionDataType Constructor(UnionDataType) | Initializes a new copy of the object. |