Class FieldsUpdateManager
Manager class that hosts field updates logic.
Inheritance
System.Object
FieldsUpdateManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Fields
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public static class FieldsUpdateManager
Methods
RegisterFieldUpdateInfo(Type, FieldTypeUpdateInfo)
Registers the update priority for field of given type.
Declaration
public static void RegisterFieldUpdateInfo(Type fieldType, FieldTypeUpdateInfo fieldTypeUpdateInfo)
Parameters
System.Type
fieldType
Type of the field. |
FieldTypeUpdateInfo
fieldTypeUpdateInfo
Information needed for updating a field. |
RegisterFieldUpdatePriority(Type, Int32)
Registers the update priority for field of given type.
Declaration
[Obsolete("Use RegisterFieldUpdateInfo method instead.")]
public static void RegisterFieldUpdatePriority(Type fieldType, int priority)
Parameters
System.Type
fieldType
Type of the field. |
System.Int32
priority
The priority. |