Property | Type | Description |
---|
Method | Description | |
---|---|---|
Delete ( AdoDataConnection database, int phasorID ) : string |
Deletes specified Phasor record from database.
|
|
GetLookupList ( AdoDataConnection database, int deviceID, bool isOptional = true ) : string>.Dictionary |
Gets a Dictionary{T1,T2} style list of Phasor information.
|
|
GetPhasor ( AdoDataConnection database, string whereClause ) : |
Retrieves Phasor information based on query string filter.
|
|
Load ( AdoDataConnection database, IList |
Loads Phasor information as an ObservableCollection{T} style list.
|
|
LoadKeys ( AdoDataConnection database, int deviceID, string sortMember = "", string sortDirection = "" ) : IList |
LoadKeys Phasor information as an ObservableCollection{T} style list.
|
|
Save ( AdoDataConnection database, |
Saves Phasor information to database.
|
|
SaveAndReorder ( AdoDataConnection database, |
Saves Phasor information to database.
|
|
SaveWithoutMeasurementUpdate ( AdoDataConnection database, |
Saves Phasor information to database and skips associated measurement update.
|
public static Delete ( AdoDataConnection database, int phasorID ) : string | ||
database | AdoDataConnection | |
phasorID | int | ID of the record to be deleted. |
return | string |
public static GetLookupList ( AdoDataConnection database, int deviceID, bool isOptional = true ) : string>.Dictionary |
||
database | AdoDataConnection | |
deviceID | int | ID of the |
isOptional | bool | Indicates if selection on UI is optional for this collection. |
return | string>.Dictionary |
public static GetPhasor ( AdoDataConnection database, string whereClause ) : |
||
database | AdoDataConnection | |
whereClause | string | query string to filter data. |
return |
public static Load ( AdoDataConnection database, IList |
||
database | AdoDataConnection | |
keys | IList |
Keys of the phasors to be loaded from the database |
return | ObservableCollection |
public static LoadKeys ( AdoDataConnection database, int deviceID, string sortMember = "", string sortDirection = "" ) : IList |
||
database | AdoDataConnection | |
deviceID | int | ID of the |
sortMember | string | The field to sort by. |
sortDirection | string | |
return | IList |
public static Save ( AdoDataConnection database, |
||
database | AdoDataConnection | |
phasor | Information about |
|
return | string |
public static SaveAndReorder ( AdoDataConnection database, |
||
database | AdoDataConnection | |
phasor | Information about |
|
oldSourceIndex | int | The old source index of the phasor. |
skipMeasurementUpdate | bool | Skips associated measurement update if this is already being handled. |
return | string |
public static SaveWithoutMeasurementUpdate ( AdoDataConnection database, |
||
database | AdoDataConnection | |
phasor | Information about |
|
return | string |