The PropertyCategory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PropertyCategory | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| BuildRegularExpression |
Creates a regular expression to be able to restore an array of html tags.
(Inherited from PropertyData.) | |
| Clear |
Clear value and set as null/undefined.
(Inherited from PropertyData.) | |
| Copy |
Creates a copy of this object.
(Overrides PropertyData..::.Copy()()().) | |
| CopyWebAttributes | Obsolete.
Copy render attributes from a control.
(Inherited from PropertyData.) | |
| CreateChildControls | Obsolete.
Responsible for all control output for a property
(Inherited from PropertyData.) | |
| CreateCustomParseValidator | Obsolete.
Create a validator that uses a custom method to parse information into the property.
(Inherited from PropertyData.) | |
| CreateParseValidator | Obsolete.
Create a validator control that will read information from the property input fields and validate it.
(Inherited from PropertyData.) | |
| CreatePropertyControl |
Creates a PropertyCategoryControl that is used to display a user interface for the property.
(Overrides PropertyData..::.CreatePropertyControl()()().) | |
| CreateWritableClone |
Creates a writable clone of the property.
(Overrides PropertyData..::.CreateWritableClone()()().) | |
| 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.) | |
| GetAvailableCategories |
Get the categories that are used to create the category list, which is done in CreateChildControls.
By default all categories are fetched. Override this function to define your own category list.
| |
| GetCategories | Obsolete.
Get the categories that are used to create the category list, which is done in CreateChildControls.
By default all categories are fetched. Override this function to define your own category list.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitializeData |
Initialize any internal data. Called after loading the property's value but before setting it to read only.
(Overrides PropertyData..::.InitializeData(PropertyDataCollection).) | |
| LoadData |
Sets the internal representation from what is stored in the database. "Deserialize".
(Inherited from PropertyData.) | |
| MakeReadOnly |
Convert this property to ReadOnly, recursively if the Value type also
implements IReadOnly.
(Inherited from PropertyData.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Modified |
Make the property appear as modified.
(Inherited from PropertyData.) | |
| ModifiedNoCheck | (Inherited from PropertyData.) | |
| Parse |
Create a new PropertyCategory from a string representation of categories.
| |
| ParseToObject |
Read property data from a string representation, ie reversed ToString().
(Overrides PropertyData..::.ParseToObject(String).) | |
| ParseToSelf |
Sets the value of the property from a string representation.
(Overrides PropertyData..::.ParseToSelf(String).) | |
| ParseValidation | Obsolete.
Obsolete method.
(Inherited from PropertyData.) | |
| ReplaceHtmlLinks |
Replaces the HTML links.
(Inherited from PropertyData.) | |
| SaveData |
Return any internal data that will be stored to the database. "Serialize".
(Inherited from PropertyData.) | |
| SetDefaultValue |
Sets the default value for this property.
(Overrides PropertyData..::.SetDefaultValue()()().) | |
| SetPropertyValue |
Sets the property value.
(Inherited from PropertyData.) | |
| ThrowIfReadOnly |
Checks if the property is read-only
(Inherited from PropertyData.) | |
| ToRawProperty |
Converts the current instance to a raw property.
(Inherited from PropertyData.) | |
| ToString | Overloaded. | |
| ToWebString |
Get the web string representation of the property's value, on properties that do not
use the editor this string will not contain any markup characters.
(Inherited from PropertyData.) | |
| TranslateDescription |
Translates the description to the current language.
(Inherited from PropertyData.) | |
| TranslateDisplayName |
Translates the display name to the current language.
(Inherited from PropertyData.) |
Properties
| Name | Description | |
|---|---|---|
| Category |
The typed value accessor.
| |
| CategoryNames |
Gets or sets the categories as a string array containing the names of the categories.
| |
| Description | Obsolete.
Description for property, mainly used to editing purposes
(Inherited from PropertyData.) | |
| DisplayEditUI |
If the property should display an edit user interface.
(Inherited from PropertyData.) | |
| DisplayName | Obsolete.
Friendly name mainly used for editing purposes
(Inherited from PropertyData.) | |
| FieldOrder |
Which sort order is used when loading and displaying property data objects
(Inherited from PropertyData.) | |
| IsDynamicProperty |
Test if this property has been set by a dynamic property.
(Inherited from PropertyData.) | |
| IsLanguageSpecific |
Test if this property is specific to a language in multilanguage configuration
(Inherited from PropertyData.) | |
| IsMetaData |
Test if this property represents metadata or page type information.
(Inherited from PropertyData.) | |
| IsModified |
Check if property has been modified.
(Overrides PropertyData..::.IsModified.) | |
| IsNull |
Check for null property (no value has been set).
(Overrides PropertyData..::.IsNull.) | |
| IsPropertyData |
If this property is a standard page property.
(Inherited from PropertyData.) | |
| IsReadOnly |
Gets and sets the read-only property.
(Inherited from PropertyData.) | |
| IsRequired |
Check if the property value is required.
(Inherited from PropertyData.) | |
| Name |
The name of the property.
(Inherited from PropertyData.) | |
| OwnerTab |
Which tab (i.e. edit mode group) the property belongs to.
(Inherited from PropertyData.) | |
| PageDefinitionID |
Page definition for property, i e the page type specific identity of this property.
(Inherited from PropertyData.) | |
| Parent |
Gets or sets the parent of this instance.
(Inherited from PropertyData.) | |
| PropertyValueType |
Gets the Type of the property value.
(Overrides PropertyData..::.PropertyValueType.) | |
| Type |
Get the PropertyDataType for this property.
(Overrides PropertyData..::.Type.) | |
| Value |
Gets or sets the value of the property.
(Overrides PropertyData..::.Value.) |