Class AssignDescriptor
  
Inheritance
AssignDescriptor
 
Syntax
public class AssignDescriptor : UnitDescriptor<Assign>, IDisposable, IUnitDescriptor, IDescriptor
 
Constructors
  
AssignDescriptor(Assign)
Declaration
public AssignDescriptor(Assign unit)
 
Parameters
| Type | 
Name | 
Description | 
| Assign | 
unit | 
 | 
Methods
  
DefinedShortTitle()
Declaration
protected override string DefinedShortTitle()
 
Returns
Overrides
Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.Assign>.DefinedShortTitle()
DefinedTitle()
Declaration
protected override string DefinedTitle()
 
Returns
Overrides
Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.Assign>.DefinedTitle()
OnChange(Object, PropertyChangedEventArgs)
Declaration
protected override void OnChange(object sender, PropertyChangedEventArgs e)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
sender | 
 | 
| PropertyChangedEventArgs | 
e | 
 | 
Overrides
Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.Assign>.OnChange(System.Object, PropertyChangedEventArgs)
Warnings()
Declaration
protected override IEnumerable<Warning> Warnings()
 
Returns
Overrides
Ludiq.Bolt.UnitDescriptor<Ludiq.Bolt.Assign>.Warnings()
Extension Methods