Class FieldTypeUpdateInfo
Holds information used when specific field type is updated as part of updating all fields in the document.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Fields
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FieldTypeUpdateInfo : IEquatable<FieldTypeUpdateInfo>
Constructors
FieldTypeUpdateInfo()
Initializes a new instance of the Field
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. The needs pagination. |
Priority
Gets or sets the priority of the field update operation.
Declaration
public int Priority { get; set; }
Property Value
System. The priority. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The object to compare with the current object. |
Returns
System. true if the specified System. |
Overrides
Equals(FieldTypeUpdateInfo)
Determines whether the specified Field
Declaration
public bool Equals(FieldTypeUpdateInfo other)
Parameters
Field The Field |
Returns
System. true if the specified Field |
Implements
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |