C# Class FastQuant.Group

Inheritance: DataObject
Show file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Add ( string name, Color color ) : void
Add ( string name, System.DateTime dateTime ) : void
Add ( string name, bool value ) : void
Add ( string name, byte type, object value ) : void
Add ( string name, int value ) : void
Add ( string name, string value ) : void
Group ( string name ) : System
OnNewGroupEvent ( GroupEvent groupEvent ) : void
Remove ( string fieldName ) : void

Private Methods

Method Description
Add ( GroupField groupField ) : void

Method Details

Add() public method

public Add ( string name, Color color ) : void
name string
color Color
return void

Add() public method

public Add ( string name, System.DateTime dateTime ) : void
name string
dateTime System.DateTime
return void

Add() public method

public Add ( string name, bool value ) : void
name string
value bool
return void

Add() public method

public Add ( string name, byte type, object value ) : void
name string
type byte
value object
return void

Add() public method

public Add ( string name, int value ) : void
name string
value int
return void

Add() public method

public Add ( string name, string value ) : void
name string
value string
return void

Group() public method

public Group ( string name ) : System
name string
return System

OnNewGroupEvent() public method

public OnNewGroupEvent ( GroupEvent groupEvent ) : void
groupEvent GroupEvent
return void

Remove() public method

public Remove ( string fieldName ) : void
fieldName string
return void