1. IQueryableEntity

Interface IQueryableEntity

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Used in linq queries as query-source.

Namespace: Stylelabs.M.Base.Querying.Linq
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IQueryableEntity

Properties

CreatedById

Allows filtering and sorting on the id of the user who created an entity.

Declaration
QueryableId CreatedById { get; }
Property Value
TypeDescription
QueryableId

CreatedByUsername

Allows filtering and sorting on the username of the user who created an entity.

Declaration
QueryableIdentifier CreatedByUsername { get; }
Property Value
TypeDescription
QueryableIdentifier

CreatedOn

Allows filtering and sorting on the date an entity was created.

Declaration
QueryableDateTime CreatedOn { get; }
Property Value
TypeDescription
QueryableDateTime

DefinitionId

Allows filtering and sorting on the id of the associated definition of entities.

Declaration
QueryableId DefinitionId { get; }
Property Value
TypeDescription
QueryableId

DefinitionName

Allows filtering and sorting on the name of the associated definition of entities.

Declaration
QueryableIdentifier DefinitionName { get; }
Property Value
TypeDescription
QueryableIdentifier

Id

Allows filtering on the id of entities.

Declaration
QueryableId Id { get; }
Property Value
TypeDescription
QueryableId

Identifier

Allows filtering on the identifier of entities.

Declaration
QueryableIdentifier Identifier { get; }
Property Value
TypeDescription
QueryableIdentifier

ModifiedById

Allows filtering and sorting on the id of the user who last modified an entity.

Declaration
QueryableId ModifiedById { get; }
Property Value
TypeDescription
QueryableId

ModifiedByUsername

Allows filtering and sorting on the username of the user who last modified an entity.

Declaration
QueryableIdentifier ModifiedByUsername { get; }
Property Value
TypeDescription
QueryableIdentifier

ModifiedOn

Allows filtering and sorting on the date an entity was last modified.

Declaration
QueryableDateTime ModifiedOn { get; }
Property Value
TypeDescription
QueryableDateTime

Extension Methods

この記事を改善するための提案がある場合は、 お知らせください!