IObject |
public interface IObjectModel : IBaseObjectTypeModel, ITypeModel
The IObjectModel type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeTypes |
Enumerates all attribute types of this model.
(Inherited from ITypeModel) | |
| IsTransientModel |
Specifies whether this type model is model for internal transient objects (= true) or for internal non-transient objects (= false).
(Inherited from IBaseObjectTypeModel) | |
| RootType | The root type of this type model. All other types of this model inherit from the root type (in the GrGen model, not in C#). | |
| Types | An array of all types in this type model. | |
| TypeTypes |
An array of C# types of model types.
(Inherited from ITypeModel) |
| Name | Description | |
|---|---|---|
| GetType | Returns the object type with the given type name or null, if no type with this name exists. |