Overload | Description |
---|---|
UAFieldMetaData Constructor() | Initializes a new instance of the class with default data. |
UAFieldMetaData Constructor(String) | Initializes a new instance of the class, specifying the name. |
UAFieldMetaData Constructor(String,Guid) | Initializes a new instance of the class, specifying the name, and dataset field Id. |
UAFieldMetaData Constructor(String,Guid,Int32) | Initializes a new instance of the class, specifying the name, dataset field Id, and value rank. |
UAFieldMetaData Constructor(String,Guid,String,UADataSetFieldFlags,UABuiltInType,UANodeId,Int32,Int32[],Int64,UAKeyValueDictionary) | Initializes a new instance of the class, specifying its individual properties. |
UAFieldMetaData Constructor(String,Guid,UABuiltInType) | Initializes a new instance of the class, specifying the name, dataset field Id, and built-in type. |
UAFieldMetaData Constructor(String,Guid,UABuiltInType,UANodeId) | Initializes a new instance of the class, specifying the name, dataset field Id, built-in type, and data type Id. |
UAFieldMetaData Constructor(String,Guid,UABuiltInType,UANodeId,Int32,Int32[]) | Initializes a new instance of the class, specifying the name, dataset field Id, built-in type, data type Id, value rank, and array dimensions. |
UAFieldMetaData Constructor(String,UABuiltInType) | Initializes a new instance of the class, specifying the name, and built-in type. |
UAFieldMetaData Constructor(UAFieldMetaData) | Initializes a new copy of the object. |