C# Class LynnaLab.ValueReferenceGroup

Show file Open project: Drenn1/LynnaLab Class Usage Examples

Public Methods

Method Description
GetIndexOf ( ValueReference r ) : int
GetIntValue ( string name ) : int
GetNumValueReferences ( ) : int
GetStringValue ( string name ) : string
GetValueReference ( string name ) : ValueReference
GetValueReferences ( ) : IList
SetValue ( string name, int val ) : void
SetValue ( string name, string val ) : void
ValueReferenceGroup ( IList refs ) : System

Method Details

GetIndexOf() public method

public GetIndexOf ( ValueReference r ) : int
r ValueReference
return int

GetIntValue() public method

public GetIntValue ( string name ) : int
name string
return int

GetNumValueReferences() public method

public GetNumValueReferences ( ) : int
return int

GetStringValue() public method

public GetStringValue ( string name ) : string
name string
return string

GetValueReference() public method

public GetValueReference ( string name ) : ValueReference
name string
return ValueReference

GetValueReferences() public method

public GetValueReferences ( ) : IList
return IList

SetValue() public method

public SetValue ( string name, int val ) : void
name string
val int
return void

SetValue() public method

public SetValue ( string name, string val ) : void
name string
val string
return void

ValueReferenceGroup() public method

public ValueReferenceGroup ( IList refs ) : System
refs IList
return System