Class TypeViewModel
Inheritance
System.Object
TypeViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc.ViewModels
Assembly: Xbim.Ifc.dll
Syntax
public class TypeViewModel : IXbimViewModel, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceTypeViewModel(Type, IModel)
Declaration
public TypeViewModel(Type type, IModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type | |
| IModel | model |
Properties
| Improve this Doc View SourceChildren
Declaration
public IEnumerable<IXbimViewModel> Children { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IXbimViewModel> |
CreatingParent
Declaration
public IXbimViewModel CreatingParent { get; set; }
Property Value
| Type | Description |
|---|---|
| IXbimViewModel |
Entity
Declaration
public IPersistEntity Entity { get; }
Property Value
| Type | Description |
|---|---|
| IPersistEntity |
EntityLabel
Declaration
public int EntityLabel { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Model
Declaration
public IModel Model { get; }
Property Value
| Type | Description |
|---|---|
| IModel |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Explicit Interface Implementations
| Improve this Doc View SourceINotifyPropertyChanged.PropertyChanged
Declaration
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged
Returns
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged