| Overload | Description | 
|---|---|
| UADataSetFieldDescriptor Constructor() | Initializes a new instance of the class with default data. | 
| UADataSetFieldDescriptor Constructor(Guid) | Initializes a new instance of the class, specifying the dataset field Id. | 
| UADataSetFieldDescriptor Constructor(String) | Initializes a new instance of the class, specifying the name. | 
| UADataSetFieldDescriptor Constructor(String,Guid) | Initializes a new instance of the class, specifying the name, and dataset field Id. | 
| UADataSetFieldDescriptor Constructor(UADataSetFieldDescriptor) | Initializes a new copy of the object. | 
