Interface IBoltMember
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[RenamedFrom("Ludiq.IMemberDefinition")]
[RenamedFrom("Ludiq.Bolt.IMemberDefinition")]
public interface IBoltMember : IObservableDisposable, IDisposable, IIdentifiable, INotifyPropertyChanged, INotifiedCollectionChild<BoltType>, ICollectionChild<BoltType>
Properties
guid
Declaration
Guid guid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
isPublic
Declaration
bool isPublic { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
name
Declaration
string name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |