Click or drag to resize

IObjectModel Properties

The IObjectModel type exposes the following members.

Properties
 NameDescription
Public propertyAttributeTypes Enumerates all attribute types of this model.
(Inherited from ITypeModel)
Public propertyIsTransientModel Specifies whether this type model is model for internal transient objects (= true) or for internal non-transient objects (= false).
(Inherited from IBaseObjectTypeModel)
Public propertyRootType 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#).
Public propertyTypes An array of all types in this type model.
Public propertyTypeTypes An array of C# types of model types.
(Inherited from ITypeModel)
Top
See Also