ClassNotSupportedField
Represents a not supported field.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class NotSupportedField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldNotSupportedField
Implements:
Inherited Members
Constructors
NotSupportedField()
Initializes a new instance of the NotSupportedField class.
Declaration
public NotSupportedField()
NotSupportedField(DocumentFragment)
Initializes a new instance of the NotSupportedField class.
Declaration
public NotSupportedField(DocumentFragment codeFragment)
Parameters
codeFragment
The field code represented as DocumentFragment.
NotSupportedField(string)
Initializes a new instance of the NotSupportedField class.
Declaration
public NotSupportedField(string fieldCode)
Parameters
fieldCode
The field code.
Fields
Properties
FieldTypeName
Gets the name of the field type.
Declaration
public override string FieldTypeName { get; }
Property Value
Overrides
Methods
CopyPropertiesFrom(Field)
Copies all properties from another field of the same type.
Declaration
public override void CopyPropertiesFrom(Field fromField)
Parameters
fromField
The other field, which has to be of the same type as the current instance.
Overrides
CreateInstance()
Creates a new instance of the current field class.
Declaration
public override Field CreateInstance()
Returns
The new field instance.
Overrides
GetCodeFragment()
Gets the code fragment of the field.
Declaration
protected override DocumentFragment GetCodeFragment()
Returns
The code fragment.
Overrides
GetResultFragment()
Builds the result fragment of the field.
Declaration
protected override DocumentFragment GetResultFragment()
Returns
The result fragment.
Overrides