RulesetLayout
(static) RulesetLayout Root( get; )
(ctor) RulesetLayout( string title, RulesetLayout[] children )
(ctor) RulesetLayout( string title, string[] options )
(ctor) RulesetLayout( string title, string description, RulesetLayout[] children )
(ctor) RulesetLayout( string title, string description, string[] options )
(ctor) RulesetLayout( string title, RulesetLayout[] children, string[] options )
(ctor) RulesetLayout( string title, string description, RulesetLayout[] children, string[] options )
RulesetLayout[] Children( get; )
Ruleset[] Defaults( get; set; )
string Description( get; )
Ruleset[] Flavors( get; set; )
int Offset( get; )
string[] Options( get; )
RulesetLayout Parent( get; )
string Title( get; )
int TotalLength( get; )
void ComputeOffsets()
string FindByIndex( int index )
RulesetLayout FindByOption( string title, string option, ref int index )
RulesetLayout FindByTitle( string title )
int GetOptionIndex( string option )
int RecurseComputeOffsets( ref int offset )