public Expression <Func <Employment, bool> > OnQueryEmployments() { return(TenantFilter.BuildFilter <Employment>()); }
public Expression <Func <Journal, bool> > OnQueryJournals() { return(TenantFilter.BuildFilter <Journal>()); }
public Expression <Func <AccountingEntity, bool> > OnQueryAccountingEntities() { return(TenantFilter.BuildFilter <AccountingEntity>()); }
public Expression <Func <Contract, bool> > OnQueryContracts() { return(TenantFilter.BuildFilter <Contract>()); }
public Expression <Func <ScheduledJournalInputValue, bool> > OnQueryUserInputValue() { return(TenantFilter.BuildFilter <ScheduledJournalInputValue>()); }
public Expression <Func <Party, bool> > OnQueryParties() { return(TenantFilter.BuildFilter <Party>()); }
public Expression <Func <SequenceNumber, bool> > OnQuerySequenceNumber() { return(TenantFilter.BuildFilter <SequenceNumber>()); }
public Expression <Func <JournalTemplateInput, bool> > OnQueryUserInput() { return(TenantFilter.BuildFilter <JournalTemplateInput>()); }
public Expression <Func <JournalTemplateTxn, bool> > OnQueryJournalTemplateTxn() { return(TenantFilter.BuildFilter <JournalTemplateTxn>()); }
public Expression <Func <ScheduledJournal, bool> > OnQueryScheduledJournal() { return(TenantFilter.BuildFilter <ScheduledJournal>()); }
public Expression <Func <WorkItemAttachment, bool> > OnQueryWorkItemAttachment() { return(TenantFilter.BuildFilter <WorkItemAttachment>()); }
public Expression <Func <WorkItem, bool> > OnQueryWorkItem() { return(TenantFilter.BuildFilter <WorkItem>()); }
public Expression <Func <DocumentContent, bool> > OnQueryDocumentContent() { return(TenantFilter.BuildFilter <DocumentContent>()); }
public Expression <Func <ProviderAccountParticipant, bool> > OnQueryProviderAccountParticipant() { return(TenantFilter.BuildFilter <ProviderAccountParticipant>()); }
public Expression <Func <LedgerTxn, bool> > OnQueryLedgerTxn() { return(TenantFilter.BuildFilter <LedgerTxn>()); }