The RawProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RawProperty | Initializes a new instance of the RawProperty class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| AssemblyName |
The name for the assembly that the definition of the property is contained in.
| |
| CustomData | ||
| Description |
The description of the property.
| |
| DisplayName |
The name that will be displayed to the user (may be translated).
| |
| IsDynamicProperty |
If this is a dynamic property.
| |
| IsLanguageSpecific |
If this property is language specific.
| |
| IsModified |
If the property has been modified.
| |
| IsNull |
Is the value of the property is null/undefined.
| |
| IsPersonalized | Obsolete.
If this property is personalized.
| |
| IsPropertyData |
If this property is a standard page property.
| |
| IsRequired |
If the value for this property is required.
| |
| LanguageKey |
The language key for the property.
| |
| Name |
The name of the property.
| |
| OwnerTab |
The tab that the property should appear on.
| |
| PageDefinitionID |
The id of the page definition for the page.
| |
| Type |
The base type of the property as defined in PropertyDataType.
| |
| TypeName |
The type name of the property definition.
| |
| Value |
The value for the property.
|