Models the information for building a dynamic user interface for IDescriptiveDataModel types.
Default constructor
public Void DescriptiveDataModelDescriptor()
Code control configuration.
public TextControlDescriptor CodeControl { get; set; }
The name of the code property within the descriptive type.
public String CodePropertyName { get; set; }
Description control configuration.
public TextControlDescriptor DescriptionControl { get; set; }
The name of the description property within the descriptive type.
public String DescriptionPropertyName { get; set; }
Whether the type is edited on the dynamic UI.
public Boolean EditedOnDynamicUI { get; set; }
Indicates whether the code control is editable.
public Boolean IsCodeEditable { get; set; }
Roles required to edit the descripted object.
public String RequiredRoles { get; set; }
Localized caption for this type.
public String TypeCaption { get; set; }
Localized group name or description for this type.
public String TypeGroup { get; set; }
The name of the type.
public String TypeName { get; set; }