Show / Hide Table of Contents

Interface IEntity

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
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
string Name { get; }
Property Value
Type Description
System.String

Parent

Declaration
IEntity Parent { get; set; }
Property Value
Type Description
IEntity

Selected

Declaration
bool Selected { get; set; }
Property Value
Type Description
System.Boolean

Events

OnNameChanged

Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type
Type Description
System.EventHandler<NameChangedEventArgs>
Back to top Generated by DocFX