Click or drag to resize

ExtendibleEnum Methods

IT Hit WebDAV Classes Reference

The ExtendibleEnum type exposes the following members.

Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromIntT
Converts int to ExtendibleEnum.
Public methodStatic memberFromIntSafeT
Converts Nullable int to ExtendibleEnum of spcified type. Returns null if null is passed. If no matching iteger value is found the ArgumentException is thrown.
Public methodStatic memberFromStringT
Converts string to ExtendibleEnum.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Overrides ObjectToString.)
Public methodStatic memberTryFromIntT
Tries to convert int to ExtendibleEnum.
Public methodStatic memberTryFromStringT
Tries to convert string to ExtendibleEnum.
Top
See Also