AdministrableProperty Members
Include Protected Members
Include Inherited Members
Represents a single property that can be configured for the Business Connectivity Services connector.
The AdministrableProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AdministrableProperty | Constructs a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets the description of the property that should be displayed in the user interface (UI). | |
DisplayName | Gets the name of the property that should be displayed in the user interface (UI). | |
DisplayType | Gets the type in which the property should be displayed in UI. | |
IsRequired | Specifies if this property is required in the metadata. | |
PropertyName | Gets the name of the property in metadata. | |
PropertyType | Gets the type of the property in metadata. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top