Class ActionGroupActionElement
public class ActionGroupActionElement : ApiDataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
ActionGroupActionElement
- Implements
- Inherited Members
- Extension Methods
Constructors
ActionGroupActionElement(ModuleActionGroupAction, PropertyReadonly<KSPActionGroup>)
public ActionGroupActionElement(ModuleActionGroupAction action, PropertyReadonly<KSPActionGroup> selectedActionGroupProperty)
Parameters
actionModuleActionGroupActionselectedActionGroupPropertyPropertyReadonly<KSPActionGroup>
Fields
ActionType
[DataProperty("ActionType")]
public PropertyReadonly<KSPActionType> ActionType
Field Value
DisplayName
[DataProperty("DisplayName")]
public PropertyReadonly<string> DisplayName
Field Value
IsMapped
[DataProperty("IsMapped")]
public PropertyExternal<bool> IsMapped
Field Value
IsMappedToSelected
[DataProperty("IsMappedToSelected")]
public PropertyExternal<bool> IsMappedToSelected
Field Value
MethodName
[DataProperty("MethodName")]
public PropertyReadonly<string> MethodName
Field Value
Methods
AddAction()
[DataAction("AddAction")]
public void AddAction()
RemoveAction()
[DataAction("RemoveAction")]
public void RemoveAction()