components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.overview-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.overview-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.tip-label

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.overview-tip

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.getting-started-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.step1-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.step1-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.step1-example-intro

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.step2-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.step2-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.step2-note

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.record-level-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.record-level-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.record-level-example-intro

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.note-label

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.record-level-update-note

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.required-columns-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.required-columns-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.required-columns-example-intro

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.note-label

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.required-columns-empty-note

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-extends

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-vs-record

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-step1-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-step1-description components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-step1-link-builder

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-step1-example-intro

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-step2-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-step2-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.tip-label

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.query-filter-tip

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.base-classes-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.base-classes-description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.GettingStarted.SecurityPage.api-reference-label

ITablePermissionHandler Interface

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.properties

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
Tablestring
この権限ハンドラーが適用されるテーブルの論理名。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Table
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: string
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: この権限ハンドラーが適用されるテーブルの論理名。

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.methods

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
CanAppendAsyncGuid? userId
Task<bool>
ユーザーがレコードを追加できるかどうかを判断する方法。
CanAppendToAsyncGuid? userId
Task<bool>
ユーザーがレコードに付加できるかどうかを判断する方法。
CanCreateAsyncGuid? userId
Task<bool>
ユーザーがレコードを作成できるかどうかを判断する方法。
CanDeleteAsyncGuid? userId
Task<bool>
ユーザーがレコードを削除できるかどうかを判断する方法。
CanReadAsyncGuid? userId
Task<bool>
ユーザーがレコードを読み取れるかどうかを判断する方法。
CanUpdateAsyncGuid? userId
Task<bool>
ユーザーがレコードを更新できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanAppendAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを追加できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanAppendToAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードに付加できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanCreateAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを作成できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanDeleteAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを削除できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanReadAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを読み取れるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanUpdateAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを更新できるかどうかを判断する方法。

ITableRecordPermissionHandler Interface

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.properties

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
RequiredColumnsList<string>
このハンドラがレコードレベルの権限を評価するために取得しなければならない列の論理名の一覧。
Tablestring
この権限ハンドラーが適用されるテーブルの論理名。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: RequiredColumns
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: List<string>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: このハンドラがレコードレベルの権限を評価するために取得しなければならない列の論理名の一覧。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Table
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: string
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: この権限ハンドラーが適用されるテーブルの論理名。

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.methods

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
CanAppendAsyncGuid? userId
TableRecord record
Task<bool>
ユーザーが提供されたレコードを付加できるかどうかを判断する方法。
CanAppendToAsyncGuid? userId
TableRecord record
Task<bool>
ユーザーが提供されたレコードに付加可能かどうかを判断する方法。
CanCreateAsyncGuid? userId
TableRecord record
Task<bool>
ユーザーが提供されたレコードを作成できるかどうかを判断する方法。
CanDeleteAsyncGuid? userId
TableRecord record
Task<bool>
ユーザーが提供されたレコードを削除できるかどうかを判断する方法。
CanReadAsyncGuid? userId
TableRecord record
Task<bool>
ユーザーが提供されたレコードを読めるかどうかを判断する方法。
CanUpdateAsyncGuid? userId
TableRecord recordWithUpdates
TableRecord currentRecord
Task<bool>
ユーザーが提供されたレコードを更新できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanAppendAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
TableRecord record
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーが提供されたレコードを付加できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanAppendToAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
TableRecord record
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーが提供されたレコードに付加可能かどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanCreateAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
TableRecord record
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーが提供されたレコードを作成できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanDeleteAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
TableRecord record
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーが提供されたレコードを削除できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanReadAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
TableRecord record
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーが提供されたレコードを読めるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanUpdateAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
TableRecord recordWithUpdates
TableRecord currentRecord
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーが提供されたレコードを更新できるかどうかを判断する方法。

IFetchXmlQueryFilterInterceptor Interface

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.properties

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
Tablestring
この権限ハンドラーが適用されるテーブルの論理名。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Table
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: string
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: この権限ハンドラーが適用されるテーブルの論理名。

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.methods

components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description
CanAppendAsyncGuid? userId
Task<bool>
ユーザーがレコードを追加できるかどうかを判断する方法。
CanAppendToAsyncGuid? userId
Task<bool>
ユーザーがレコードに付加できるかどうかを判断する方法。
CanCreateAsyncGuid? userId
Task<bool>
ユーザーがレコードを作成できるかどうかを判断する方法。
CanDeleteAsyncGuid? userId
Task<bool>
ユーザーがレコードを削除できるかどうかを判断する方法。
CanReadAsyncGuid? userId
Task<bool>
ユーザーがレコードを読み取れるかどうかを判断する方法。
CanUpdateAsyncGuid? userId
Task<bool>
ユーザーがレコードを更新できるかどうかを判断する方法。
OnQueryAsyncFetchXMLBuilder fetchXmlBuilder
FetchXmlParameters parameters
Task<FetchXMLBuilder>
FetchXMLクエリを実行前に修正するために呼び出されます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanAppendAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを追加できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanAppendToAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードに付加できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanCreateAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを作成できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanDeleteAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを削除できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanReadAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを読み取れるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: CanUpdateAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid? userId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<bool>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ユーザーがレコードを更新できるかどうかを判断する方法。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: OnQueryAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: FetchXMLBuilder fetchXmlBuilder
FetchXmlParameters parameters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<FetchXMLBuilder>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: FetchXMLクエリを実行前に修正するために呼び出されます。