The PropertyLongString type exposes the following members.

Constructors

  NameDescription
PropertyLongStringOverloaded.

Methods

  NameDescription
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 an PropertyLongStringControl that is used to display a user interface for the property.
(Overrides PropertyData..::.CreatePropertyControl()()().)
CreateWritableClone
Creates a writable clone of the property.
(Inherited from PropertyData.)
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetDelayedLoadedString
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 PropertyLongString with the value passed to the method.
ParseToObject
Create a new PropertyLongString with the value passed to the method.
(Overrides PropertyData..::.ParseToObject(String).)
ParseToSelf
Parses a string and assigns it to the value of this instance.
(Overrides PropertyData..::.ParseToSelf(String).)
ParseValidation Obsolete.
Obsolete method.
(Inherited from PropertyData.)
ReadAdditionalDatabaseInformation
Reads additional database information from the provided IDataRecord.
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.)
ToStringOverloaded.
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.
(Overrides PropertyData..::.ToWebString()()().)
TranslateDescription
Translates the description to the current language.
(Inherited from PropertyData.)
TranslateDisplayName
Translates the display name to the current language.
(Inherited from PropertyData.)

Properties

  NameDescription
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.)
EditorSettings Obsolete.
Gets or sets the EditorToolOption for the property.
EditorToolOptions
Gets or sets the EditorToolOption for the property.
FieldOrder
Which sort order is used when loading and displaying property data objects
(Inherited from PropertyData.)
FolderID
Gets the folder ID for the current page.
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.)
IsLongStringLoaded
Checks if the longstring has been loaded.
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).
(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.)
LongString
Gets or sets the value of the property typed as a String.
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.)
PageLink
Gets or sets the PageReference to the current page.
Parent
Gets or sets the parent of this instance.
(Inherited from PropertyData.)
PropertyValueType
Gets the Type for this property.
(Overrides PropertyData..::.PropertyValueType.)
Type
Property type as defined by enum PropertyDataType.
(Overrides PropertyData..::.Type.)
Value
The value of the property.
(Overrides PropertyData..::.Value.)

See Also