C# Class FastQuant.GroupUpdate

Inheritance: DataObject
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
GroupUpdate ( int groupId, string fieldName, byte fieldType, object value, object oldValue, GroupUpdateType updateType ) : System

Method Details

GroupUpdate() public method

public GroupUpdate ( int groupId, string fieldName, byte fieldType, object value, object oldValue, GroupUpdateType updateType ) : System
groupId int
fieldName string
fieldType byte
value object
oldValue object
updateType GroupUpdateType
return System