MarkLogic XCC/.Net Library

ItemType Methods

The methods of the ItemType class are listed below. For a complete list of ItemType class members, see the ItemType Members topic.

Public Static (Shared) Methods

ForType Given an XDM type name string ("xs:string", "xs:time", "text()", etc) return the corresponding ItemType instance. If the string does not match any of the known types, null is returned.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from ValueType) The name of this XQuery type, as a string.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ItemType Class | Marklogic.Xcc.Types Namespace