Class
FieldTypeUpdateInfo

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:

cs-api-definition
public class FieldTypeUpdateInfo : IEquatable<FieldTypeUpdateInfo>

Inheritance: objectFieldTypeUpdateInfo

Implements: IEquatable<FieldTypeUpdateInfo>

Constructors

FieldTypeUpdateInfo()

Initializes a new instance of the FieldTypeUpdateInfo class.

Declaration

cs-api-definition
public FieldTypeUpdateInfo()

Properties

NeedsPagination

Gets or sets a value indicating whether the document have to be paginated during the field update operation.

Declaration

cs-api-definition
public bool NeedsPagination { get; set; }

Property Value

bool

The needs pagination.

Priority

Gets or sets the priority of the field update operation.

Declaration

cs-api-definition
public int Priority { get; set; }

Property Value

int

The priority.

Methods

Equals(FieldTypeUpdateInfo)

Determines whether the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo.

Declaration

cs-api-definition
public bool Equals(FieldTypeUpdateInfo other)

Parameters

other

FieldTypeUpdateInfo

The FieldTypeUpdateInfo instance to compare with the current object.

Returns

bool

true if the specified FieldTypeUpdateInfo is equal to the current FieldTypeUpdateInfo; otherwise, false.

Implements IEquatable<FieldTypeUpdateInfo>.Equals(FieldTypeUpdateInfo)

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()