components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.description

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.retrieve-by-id-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.retrieve-by-id-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.retrieve-all-title

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.retrieve-all-description

React
Blazor

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.tip-label

components.PowerPortalsPro.Demo.Client.Customizations.Pages.Services.ViewMetadataCache.ViewMetadataCacheDemoPage.tip-prefer-cache

IViewMetadataCache Interface

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
GetAllViewsForTableAsyncstring tableName
Task<IEnumerable<ViewMetadata>>
指定されたテーブルのすべてのキャッシュされたビューメタデータ(公開ビュー、システムビュー、ユーザー定義ビューを含む)を返します。
GetAsyncGuid key
CancellationToken token
Task<ViewMetadata>
キーでキャッシュからアイテムを取得します。もしアイテムがキャッシュされていない場合は、基底のソースからフェッチされ、キャッシュされて返されます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: GetAllViewsForTableAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: string tableName
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<IEnumerable<ViewMetadata>>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: 指定されたテーブルのすべてのキャッシュされたビューメタデータ(公開ビュー、システムビュー、ユーザー定義ビューを含む)を返します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: GetAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.parameters: Guid key
CancellationToken token
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: Task<ViewMetadata>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: キーでキャッシュからアイテムを取得します。もしアイテムがキャッシュされていない場合は、基底のソースからフェッチされ、キャッシュされて返されます。

ViewMetadata components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.class

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
ColumnsList<ViewColumn>
グリッドに表示される列、論理名やピクセル幅も含めて。
DisplayNamestring?
このビューの表示名はオプションです。設定すると、これはデフォルトのラベルとして使われます。 「選択機能のドロップダウンを見る」ローカライゼーション項目は テーブル。{TableName}.views。{Id}.label が存在する場合は優先されます。
FetchXmlstring
このビューでどのレコードや列が取得されるかを定義するFetchXMLクエリです。
IsDefaultbool
False
これがテーブルのデフォルトビューかどうかを示します。
Namestring
ビューの表示名。
QuickFindCompatiblebool
False
このビューがクイックファインド検索に対応しているかどうかを示します。
TableNamestring
このビューがクエリするDataverseテーブルの論理名。
TypeViewType?
ビューの種類(Public、AdvancedFind、Associated、QuickFind、Lookupなど)。
UserDefinedbool
False
このビューがユーザーによって作成された(true)かシステムビュー(false)かを示します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Columns
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: List<ViewColumn>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: グリッドに表示される列、論理名やピクセル幅も含めて。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: DisplayName
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: string?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: このビューの表示名はオプションです。設定すると、これはデフォルトのラベルとして使われます。 「選択機能のドロップダウンを見る」ローカライゼーション項目は テーブル。{TableName}.views。{Id}.label が存在する場合は優先されます。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: FetchXml
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: string
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: このビューでどのレコードや列が取得されるかを定義するFetchXMLクエリです。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: IsDefault
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default: False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: これがテーブルのデフォルトビューかどうかを示します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Name
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.name: QuickFindCompatible
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default: False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: このビューがクイックファインド検索に対応しているかどうかを示します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: TableName
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: string
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: このビューがクエリするDataverseテーブルの論理名。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: Type
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: ViewType?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: ビューの種類(Public、AdvancedFind、Associated、QuickFind、Lookupなど)。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name: UserDefined
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type: bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default: False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description: このビューがユーザーによって作成された(true)かシステムビュー(false)かを示します。