ScheduleFieldId Members


The ScheduleFieldId type exposes the following members.

Constructors

  NameDescription
Public methodScheduleFieldId
Initializes a new instance of the ScheduleFieldId class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets the integer value of the id as hash code
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets a String representation of the integer value of the id.
(Overrides ObjectToString.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two ScheduleFieldIds are the same.
Public operatorStatic memberInequality
Determines whether two ScheduleFieldId are different.

Properties

  NameDescription
Public propertyIntegerValue
Provides the value of the ScheduleFieldId as an integer.
Public propertyStatic memberInvalidScheduleFieldId
Get the invalid ScheduleFieldId whose IntegerValue is -1.

See Also