AmpHelper
Public Member Functions | Protected Member Functions | Properties | List of all members
AmpHelper.Attributes.TweakInfo Class Reference

Describes a tweak. More...

Inheritance diagram for AmpHelper.Attributes.TweakInfo:
AmpHelper.Attributes.InstantiableTweakInfo

Public Member Functions

 TweakInfo (string Name, string Verb, string Description=null, string EnableText=null, string DisableText=null, string EnabledText=null, string DisabledText=null)
 Instantiates a TweakInfo object. More...
 

Protected Member Functions

 TweakInfo ()
 

Properties

string Name [get, protected set]
 The name of the tweak More...
 
string Verb [get, protected set]
 The verb used to activate the tweak More...
 
string Description [get, protected set]
 A description of the tweak More...
 
string EnableText [get, protected set]
 Text used when the tweak is enabled More...
 
string DisableText [get, protected set]
 Text used when the tweak is disabled More...
 
string EnabledText [get, protected set]
 Status text used when the tweak has been enabled More...
 
string DisabledText [get, protected set]
 Status text used when the tweak has been disabled More...
 

Detailed Description

Describes a tweak.

Constructor & Destructor Documentation

◆ TweakInfo() [1/2]

AmpHelper.Attributes.TweakInfo.TweakInfo ( string  Name,
string  Verb,
string  Description = null,
string  EnableText = null,
string  DisableText = null,
string  EnabledText = null,
string  DisabledText = null 
)
inline

Instantiates a TweakInfo object.

Parameters
NameThe name of the tweak
VerbThe verb used to activate the tweak
DescriptionA description of the tweak
EnableTextText used when the tweak is enabled
DisableTextText used when the tweak is disabled
EnabledTextStatus text used when the tweak has been enabled
DisabledTextStatus text used when the tweak has been disabled

◆ TweakInfo() [2/2]

AmpHelper.Attributes.TweakInfo.TweakInfo ( )
inlineprotected

Property Documentation

◆ Description

string AmpHelper.Attributes.TweakInfo.Description
getprotected set

A description of the tweak

◆ DisabledText

string AmpHelper.Attributes.TweakInfo.DisabledText
getprotected set

Status text used when the tweak has been disabled

◆ DisableText

string AmpHelper.Attributes.TweakInfo.DisableText
getprotected set

Text used when the tweak is disabled

◆ EnabledText

string AmpHelper.Attributes.TweakInfo.EnabledText
getprotected set

Status text used when the tweak has been enabled

◆ EnableText

string AmpHelper.Attributes.TweakInfo.EnableText
getprotected set

Text used when the tweak is enabled

◆ Name

string AmpHelper.Attributes.TweakInfo.Name
getprotected set

The name of the tweak

◆ Verb

string AmpHelper.Attributes.TweakInfo.Verb
getprotected set

The verb used to activate the tweak


The documentation for this class was generated from the following file: