Interface IXbimViewModel
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Assembly: Xbim.Ifc.dll
Syntax
public interface IXbimViewModel : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
Children
Declaration
IEnumerable<IXbimViewModel> Children { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IEnumerable<IXbimViewModel> |
|
|
Improve this Doc
View Source
CreatingParent
Declaration
IXbimViewModel CreatingParent { get; set; }
Property Value
|
Improve this Doc
View Source
Entity
Declaration
IPersistEntity Entity { get; }
Property Value
|
Improve this Doc
View Source
EntityLabel
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Model
Declaration
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
| Type |
Description |
| System.String |
|