Interface IEntity
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IEntity : IDisposable
Properties
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EntityId
Declaration
[Browsable(false)]
ulong EntityId { get; }
Property Value
Type |
Description |
System.UInt64 |
|
Image
Declaration
[Browsable(false)]
ImageSource Image { get; }
Property Value
Type |
Description |
System.Windows.Media.ImageSource |
|
ListSolutionExplorer
Declaration
bool ListSolutionExplorer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Parent
Declaration
IEntity Parent { get; set; }
Property Value
Selected
Declaration
bool Selected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Events
OnNameChanged
Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type