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) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from ValueType) The name of this XQuery type, as a string.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ItemType Class | Marklogic.Xcc.Types Namespace