[]
Represents the description of export option.
public class ExportOptionDescription
Name | Description |
---|---|
ExportOptionDescription(string, string, object, string, IEnumerable<string>, bool) | Initializes a new instance of ExportOptionDescription object. |
Name | Description |
---|---|
AllowedValues | Gets the list of strings for supported values of the option. |
DefaultValue | Gets the default value of the option. |
Group | Gets the group which the options belongs to. |
Name | Gets the name of the options. |
Nullable | Gets a boolean value indicating whether the value of the options can be null. |
Type | Gets the data type of the options. |