Interface IPersistEntity
Assembly: Xbim.Common.dll
Syntax
public interface IPersistEntity : IPersist
Properties
|
Improve this Doc
View Source
Activated
Some implementations of IModel may implement lazy loading when internal data of
the entity is only loaded when needed. This flag is used by entity itself and possibly
by IModel for performance optimization.
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EntityLabel
Entity Label is an identifier unique inside one IModel. It can't be changed as other objects rely on it.
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExpressType
Cached reflection information for this type of object
Declaration
ExpressType ExpressType { get; }
Property Value
|
Improve this Doc
View Source
Model
Model which contains this entity. No entity can exist outside of a IModel
Declaration
Property Value
|
Improve this Doc
View Source
ModelOf
Declaration
[Obsolete("This property is deprecated and likely to be removed. Use just 'Model' instead.")]
IModel ModelOf { get; }
Property Value