Class FieldTypeUpdateInfo
Holds information used when specific field type is updated as part of updating all fields in the document.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Fields
Assembly: Telerik.Windows.Documents.dll
Syntax
public class FieldTypeUpdateInfo : Object, IEquatable<FieldTypeUpdateInfo>
Constructors
FieldTypeUpdateInfo()
Initializes a new instance of the FieldTypeUpdateInfo class.
Declaration
public FieldTypeUpdateInfo()
Properties
NeedsPagination
Gets or sets a value indicating whether the document have to be paginated during the field update operation.
Declaration
public bool NeedsPagination { get; set; }
Property Value
System.Boolean
The needs pagination. |
Priority
Gets or sets the priority of the field update operation.
Declaration
public int Priority { get; set; }
Property Value
System.Int32
The priority. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current object. |
Returns
System.Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Equals(FieldTypeUpdateInfo)
Determines whether the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo.
Declaration
public bool Equals(FieldTypeUpdateInfo other)
Parameters
FieldTypeUpdateInfo
other
The FieldTypeUpdateInfo instance to compare with the current object. |
Returns
System.Boolean
true if the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo; otherwise, false. |
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for the current System.Object. |