Class FieldsUpdateManager
Manager class that hosts field updates logic.
Inheritance
System.Object
FieldsUpdateManager
Namespace: Telerik.Windows.Documents.Model.Fields
Assembly: Telerik.Windows.Documents.dll
Syntax
public static class FieldsUpdateManager : Object
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
public static void RegisterFieldUpdatePriority(Type fieldType, int priority)
Parameters
System.Type
fieldType
Type of the field. |
System.Int32
priority
The priority. |