 | RepositoryReadOnlyTGeneralRepository Property |
A general repository available for use in all underlying entity and sub-entity operations
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxprotected IGeneralRepository GeneralRepository { get; }Protected ReadOnly Property GeneralRepository As IGeneralRepository
Get
protected:
property IGeneralRepository^ GeneralRepository {
IGeneralRepository^ get ();
}member GeneralRepository : IGeneralRepository with get
Property Value
IGeneralRepository
See Also