MarkLogic XCC/.Net Library

ItemType Members

ItemType overview

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 Properties

Atomic True for atomic item types, false otherwise.
Node True for node item types, false otherwise.
Sequence Always false for XdmItem types.

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