Overload | Description |
---|---|
PrimitiveDataType Constructor() | Initializes a new instance of the class with default data. |
PrimitiveDataType Constructor(String,String,Type) | Initializes a new instance of the class, with given name, full name, and value type. |
PrimitiveDataType Constructor(String,Type) | Initializes a new instance of the class, with given name and value type. |
PrimitiveDataType Constructor(Type) | Initializes a new instance of the class, with given value type. |
PrimitiveDataType Constructor(PrimitiveDataType) | Initializes a new copy of the object. |