Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AddDevices ( AdoDataConnection database, int outputStreamID, ObservableCollection |
Adds multiple devices to output steam.
|
|
Delete ( AdoDataConnection database, int outputStreamID, string outputStreamDeviceAcronym ) : string |
Deletes specified OutputStreamDevice record from database.
|
|
GetLookupList ( AdoDataConnection database, int outputStreamID, bool isOptional = false ) : string>.Dictionary |
Gets a Dictionary{T1,T2} style list of OutputStreamDevice information.
|
|
GetOutputStreamDevice ( AdoDataConnection database, string whereClause ) : |
Gets output stream device from the database based on where condition provided.
|
|
GetOutputStreamDevices ( AdoDataConnection database, string whereClause ) : ObservableCollection |
Gets collection of output stream devices.
|
|
Load ( AdoDataConnection database, IList |
Loads OutputStreamDevice information as an ObservableCollection{T} style list.
|
|
LoadKeys ( AdoDataConnection database, int outputStreamID, string sortMember = "", string sortDirection = "" ) : IList |
LoadKeys OutputStreamDevice information as an ObservableCollection{T} style list.
|
|
Save ( AdoDataConnection database, |
Saves OutputStreamDevice information to database.
|
public static AddDevices ( AdoDataConnection database, int outputStreamID, ObservableCollection |
||
database | AdoDataConnection | |
outputStreamID | int | ID of the output stream to which devices needs to be added. |
devices | ObservableCollection |
Collection of devices to be added. |
addDigitals | bool | Boolean flag indicating if analogs should be added. |
addAnalogs | bool | Boolean flag indicating if digirals should be added. |
Результат | string |
public static Delete ( AdoDataConnection database, int outputStreamID, string outputStreamDeviceAcronym ) : string | ||
database | AdoDataConnection | |
outputStreamID | int | ID of the output stream to filter data. |
outputStreamDeviceAcronym | string | ID of the record to be deleted. |
Результат | string |
public static GetLookupList ( AdoDataConnection database, int outputStreamID, bool isOptional = false ) : string>.Dictionary |
||
database | AdoDataConnection | |
outputStreamID | int | ID of the output stream to filter data. |
isOptional | bool | Indicates if selection on UI is optional for this collection. |
Результат | string>.Dictionary |
public static GetOutputStreamDevice ( AdoDataConnection database, string whereClause ) : |
||
database | AdoDataConnection | |
whereClause | string | query string to filter data. |
Результат |
public static GetOutputStreamDevices ( AdoDataConnection database, string whereClause ) : ObservableCollection |
||
database | AdoDataConnection | Source database connection. |
whereClause | string | Where filter clause. |
Результат | ObservableCollection |
public static Load ( AdoDataConnection database, IList |
||
database | AdoDataConnection | |
keys | IList |
Keys of the measurement to be loaded from the datbase |
Результат | ObservableCollection |
public static LoadKeys ( AdoDataConnection database, int outputStreamID, string sortMember = "", string sortDirection = "" ) : IList |
||
database | AdoDataConnection | |
outputStreamID | int | ID of the OutputStream to filter data. |
sortMember | string | The field to sort by. |
sortDirection | string | |
Результат | IList |
public static Save ( AdoDataConnection database, |
||
database | AdoDataConnection | |
outputStreamDevice | Information about |
|
Результат | string |