Class GetBoltClassVariableDescriptor
Inheritance
GetBoltClassVariableDescriptor
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public sealed class GetBoltClassVariableDescriptor : BoltClassVariableUnitDescriptor<GetBoltClassVariable>, IDisposable, IUnitDescriptor, IDescriptor
Constructors
GetBoltClassVariableDescriptor(GetBoltClassVariable)
Declaration
public GetBoltClassVariableDescriptor(GetBoltClassVariable unit)
Parameters
| Type | Name | Description | 
|---|---|---|
| GetBoltClassVariable | unit | 
Properties
action
Declaration
protected override MemberAction action { get; }
Property Value
| Type | Description | 
|---|---|
| MemberAction | 
Overrides
Ludiq.Bolt.BoltClassVariableUnitDescriptor<Ludiq.Bolt.GetBoltClassVariable>.action
Methods
DefinedShortTitle()
Declaration
protected override string DefinedShortTitle()
Returns
| Type | Description | 
|---|---|
| String | 
Overrides
Ludiq.Bolt.BoltClassVariableUnitDescriptor<Ludiq.Bolt.GetBoltClassVariable>.DefinedShortTitle()
Warnings()
Declaration
protected override IEnumerable<Warning> Warnings()
Returns
| Type | Description | 
|---|---|
| IEnumerable<Warning> | 
Overrides
Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.GetBoltClassVariable>.Warnings()