Name | Description | |
---|---|---|
![]() | CreateOrUpdateAsync | Updates or creates this object on the server. |
![]() | DeleteAsync | Deletes the data source on the server. |
![]() | GetSelectedAndAvailableUserGroupsAsync | Returns a list of all user groups which CAN be given access to the data source. Each entry has a SelectableItem<T>.IsSelected property that returns true, if that particular user group already HAS access to the data source. |
![]() | OpenConfiguration | Loads the configuration object for the concrete type of the data source for editing, e.g. a Microsoft SQL Server configuration. |
![]() | SetSelectedUserGroupsAsync | Sets the user groups which are given access to the data source. You may get the list of available user groups by calling GetSelectedAndAvailableUserGroupsAsync. |
![]() | ToString | See System.Object.ToString. |