ClassFieldTypeUpdateInfo
Holds information used when specific field type is updated as part of updating all fields in the document.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FieldTypeUpdateInfo : IEquatable<FieldTypeUpdateInfo>
Inheritance: objectFieldTypeUpdateInfo
Implements:
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
The needs pagination.
Methods
Equals(FieldTypeUpdateInfo)
Determines whether the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo.
Declaration
public bool Equals(FieldTypeUpdateInfo other)
Parameters
other
The FieldTypeUpdateInfo instance to compare with the current object.
Returns
true if the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo; otherwise, false.
Implements
GetHashCode()
Serves as a hash function for a particular type.