Méthode | Description | |
---|---|---|
GetAvailableEntityTypes ( ) : IQueryable |
Returns an enumerable collection of
|
|
GetByEntityTypeId ( int entityTypeId ) : IQueryable |
Returns an enumerable collection of Rock.Model.DataView">DataViews that are associated with a specified |
|
GetIds ( int dataViewId ) : List |
Gets the ids.
|
|
GetNewFromTemplate ( int dataViewId ) : DataView |
Create a new non-persisted Data View using an existing Data View as a template.
|
|
IsViewInFilter ( int dataViewId, DataViewFilter filter ) : bool |
Determines whether the specified Data View forms part of a filter.
|
Méthode | Description | |
---|---|---|
IsViewInFilter ( int dataViewId, DataViewFilter filter, int dataViewFilterEntityId ) : bool | ||
ResetPermanentStoreIdentifiers ( DataViewFilter filter ) : void |
Reset all of the identifiers on a DataViewFilter that uniquely identify it in the permanent store.
|
public GetAvailableEntityTypes ( ) : IQueryable |
||
Résultat | IQueryable |
public GetByEntityTypeId ( int entityTypeId ) : IQueryable |
||
entityTypeId | int | A |
Résultat | IQueryable |
public GetIds ( int dataViewId ) : List |
||
dataViewId | int | The data view identifier. |
Résultat | List |
public GetNewFromTemplate ( int dataViewId ) : DataView | ||
dataViewId | int | The identifier of a Data View to use as a template for the new Data View. |
Résultat | DataView |
public IsViewInFilter ( int dataViewId, DataViewFilter filter ) : bool | ||
dataViewId | int | The unique identifier of a Data View. |
filter | DataViewFilter | The filter. |
Résultat | bool |