C# Class Axiom.Overlays.OverlayElement.MetricsModeAttributeCommand

Inheritance: IPropertyCommand
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
Get ( object target ) : string

Gets the value for this command from the target object.

Set ( object target, string val ) : void

Sets the value for this command on the target object.

Method Details

Get() public method

Gets the value for this command from the target object.
public Get ( object target ) : string
target object
return string

Set() public method

Sets the value for this command on the target object.
public Set ( object target, string val ) : void
target object
val string
return void