The PropertyAppSettingsMultiple type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PropertyAppSettingsMultiple | Initializes a new instance of the PropertyAppSettingsMultiple class |
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.
(Inherited from PropertyData.) | |
| 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 new instance of PropertyAppSettingsControl.
(Overrides PropertyData..::.CreatePropertyControl()()().) | |
| CreateWritableClone |
Creates a writable clone of the property.
(Inherited from PropertyData.) | |
| 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.) | |
| InitializeData |
Initialize any internal data. Called after loading the property's value but before setting it to read only.
(Inherited from PropertyData.) | |
| IsValueActive |
Determines whether the specified value is active for the property.
(Inherited from PropertyMultipleValue.) | |
| 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.) | |
| ParseToObject |
Creates a new instance of PropertyString with the given value, ie reversed ToString().
(Inherited from PropertyString.) | |
| ParseToSelf |
Sets the value of the property from a string representation.
(Inherited from PropertyString.) | |
| 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.
(Inherited from PropertyString.) | |
| 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 | |
|---|---|---|
| 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.
(Inherited from PropertyData.) | |
| IsNull |
Check for null property (no value has been set).
(Inherited from PropertyData.) | |
| 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.) | |
| MaxLength |
Gets or sets the max length of the string.
(Inherited from PropertyString.) | |
| 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.
(Inherited from PropertyString.) | |
| String |
Get or sets the value as a comma delimited string.
(Inherited from PropertyMultipleValue.) | |
| Type |
Property type as defined by enum PropertyDataType.
(Inherited from PropertyString.) | |
| Value |
Gets or sets the value of the property.
(Inherited from PropertyString.) |