Class NotSupportedField
Represents a not supported field.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NotSupportedField : CodeBasedField, ISupportInitialize
Constructors
NotSupportedField()
NotSupportedField(String)
Initializes a new instance of the Not
Declaration
public NotSupportedField(string fieldCode)
Parameters
System. The field code. |
NotSupportedField(DocumentFragment)
Initializes a new instance of the Not
Declaration
public NotSupportedField(DocumentFragment codeFragment)
Parameters
Document The field code represented as Document |
Fields
FieldType
The field type.
Declaration
public static readonly string FieldType
Field Value
System.
|
Properties
FieldTypeName
Gets the name of the field type.
Declaration
public override string FieldTypeName { get; }
Property Value
System.
|
Overrides
Methods
CopyPropertiesFrom(Field)
Copies all properties from another field of the same type.
Declaration
public override void CopyPropertiesFrom(Field fromField)
Parameters
Field
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
Field
The new field instance. |
Overrides
GetCodeFragment()
Gets the code fragment of the field.
Declaration
protected override DocumentFragment GetCodeFragment()
Returns
Document The code fragment. |
Overrides
GetResultFragment()
Builds the result fragment of the field.
Declaration
protected override DocumentFragment GetResultFragment()
Returns
Document The result fragment. |