Interface IQueryableEntity
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Used in linq queries as query-source.
Namespace: Stylelabs.M.Base.Querying.Linq
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
CreatedById
Allows filtering and sorting on the id of the user who created an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
CreatedByUsername
Allows filtering and sorting on the username of the user who created an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
CreatedOn
Allows filtering and sorting on the date an entity was created.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableDateTime |
DefinitionId
Allows filtering and sorting on the id of the associated definition of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
DefinitionName
Allows filtering and sorting on the name of the associated definition of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
Id
Allows filtering on the id of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
Identifier
Allows filtering on the identifier of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
ModifiedById
Allows filtering and sorting on the id of the user who last modified an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
ModifiedByUsername
Allows filtering and sorting on the username of the user who last modified an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
ModifiedOn
Allows filtering and sorting on the date an entity was last modified.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableDateTime |