Creates a new instance of the type descriptor and sets its values.
a name of the object type.
a library or module where this object type is implemented.
Compares this descriptor to a value. If the value is also a TypeDescriptor it compares their name and library fields. Otherwise this method returns false.
a value to compare.
true if value is identical TypeDescriptor and false otherwise.
Gets the name of the library or module where the object type is defined.
the name of the library or module.
Get the name of the object type.
the name of the object type.
Gets a string representation of the object. The result has format name[,library]
a string representation of the object.
Parses a string to get descriptor fields and returns them as a Descriptor. The string must have format name[,library]
a string to parse.
a newly created Descriptor.
Generated using TypeDoc
Descriptor that points to specific object type by it's name and optional library (or module) where this type is defined.
This class has symmetric implementation across all languages supported by Pip.Services toolkit and used to support dynamic data processing.