Click or drag to resize

OidShort Methods

The OidShort type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsString
Builds a string with DatabaseNumber-PageNumber-SlotNumber
Public methodStatic memberCompare
Compares by Id
Public methodCompareTo
Compares two OidShort objects by id
Public methodStatic memberEncode
Merges a page number and a page number into a single number
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(OidShort, OidShort)
Determines whether the specified objects are equal.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetHashCode(OidShort)
Returns a hash code for the specified object.
Public methodStatic memberPageNumber
Extracts a Page number from a combined Page-Slot number
Public methodStatic memberSamePageAs
Determines if two encoded OidShort have the same Page number
Public methodStatic memberSlotNumber(UInt32)
Extracts a page number
Public methodStatic memberSlotNumber(UInt32, UInt16)
Sets a page number
Public methodToString
Builds a string with PageNumber-SlotNumber
(Overrides ValueTypeToString.)
Top
See Also