PropertyDefinition Class |
Namespace: ConnectedApps.Cms.Entities
The PropertyDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyDefinition | Initializes a new instance of the PropertyDefinition class |
Name | Description | |
---|---|---|
![]() | DataType |
/Gets the DataType of the property value.
|
![]() | DefaultValue |
Gets or sets the default value of the property.
|
![]() | DefinitionId |
Gets a unique identifier for the definition.
|
![]() | IsGlobal |
Gets a value indicating if the property is automatically assigned to all entities of PropertyType.
|
![]() | IsMultiLanguage |
Gets or sets a value indicating if the property value supports multiple languages.
|
![]() | IsRequired |
Gets or sets a property indicating if the property's value is required. Only used for global properties.
|
![]() | IsSystem |
Gets a value indicating if the property is a system property and cannot be modified.
|
![]() | Name |
Gets the name of the property.
|
![]() | PropertyType |
Gets the PropertyType of the property.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |