Table of Contents

Struct MDUpdateAction

Namespace
Tooq.Tech.MD.BinaryProtocol.Client
Assembly
Tooq.MD.BinaryProtocol.dll
public struct MDUpdateAction : IComparable, IComparable<MDUpdateAction>, IEquatable<MDUpdateAction>
Implements
Inherited Members

Constructors

MDUpdateAction(int)
MDUpdateAction(MDUpdateAction)

Fields

CHANGE
DELETE
DELETE_FROM
DELETE_THRU
NEW
NULL_VALUE
OVERLAY
_CHANGE_
_DELETE_
_DELETE_FROM_
_DELETE_THRU_
_NEW_
_NULL_VALUE_
_OVERLAY_

Properties

Default
Value

Methods

CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CompareTo(MDUpdateAction)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CreateFieldModel(Buffer, long)
Equals(object)

Indicates whether this instance and a specified object are equal.

Equals(MDUpdateAction)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

operator ==(MDUpdateAction, MDUpdateAction)
operator !=(MDUpdateAction, MDUpdateAction)