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 ( |
||
Remove ( string fieldName ) : void |
Method | Description | |
---|---|---|
Add ( |
public Add ( string name, Color color ) : void | ||
name | string | |
color | Color | |
return | void |
public Add ( string name, System.DateTime dateTime ) : void | ||
name | string | |
dateTime | System.DateTime | |
return | void |
public Add ( string name, bool value ) : void | ||
name | string | |
value | bool | |
return | void |
public Add ( string name, byte type, object value ) : void | ||
name | string | |
type | byte | |
value | object | |
return | void |
public Add ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public OnNewGroupEvent ( |
||
groupEvent | ||
return | void |