IObjType Properties |
The IObjType type exposes the following members.
Name | Description | |
---|---|---|
Description |
The object type description. The description can be empty.
| |
DisplayName |
The display name.
| |
Id |
The object type ID. The ID is generated by the platform and
cannot be modified.
| |
IsAbstract |
Indicates if the object type is abstract and therefore cannot be instantiated.
| |
IsBulk |
Indicates if the attributes associated with this object type are to
be treated as bulk. It is recommended that object types are declared
bulk if they contain either many or large attributes.
| |
IsValid |
Indicates if the object type instance is valid. The object type becomes
invalid if the Destroy method has been called or the package has been
deleted.
| |
Name |
The object type name. The name must be unique within the system context
and must follow the QName convention. It is recommended that the object
type name contains the package name prefix.
| |
Package |
Gets the containing package.
|