Interface IQueryableEntity

Used in linq queries as query-source.

Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IQueryableEntity

Properties

CreatedById

Gets allows the id of the user who created an entity.

Declaration
RequestResponse
QueryableId CreatedById { get; }
Property Value
TypeDescription
QueryableId

CreatedByUsername

Gets the username of the user who created an entity.

Declaration
RequestResponse
QueryableIdentifier CreatedByUsername { get; }
Property Value
TypeDescription
QueryableIdentifier

CreatedOn

Gets the date an entity was created.

Declaration
RequestResponse
QueryableDateTime CreatedOn { get; }
Property Value
TypeDescription
QueryableDateTime

DefinitionId

Gets the id of the associated definition of entities.

Declaration
RequestResponse
QueryableId DefinitionId { get; }
Property Value
TypeDescription
QueryableId

DefinitionName

Gets the name of the associated definition of entities.

Declaration
RequestResponse
QueryableIdentifier DefinitionName { get; }
Property Value
TypeDescription
QueryableIdentifier

Id

Gets the id of entities.

Declaration
RequestResponse
QueryableId Id { get; }
Property Value
TypeDescription
QueryableId

Identifier

Gets the identifier of entities.

Declaration
RequestResponse
QueryableIdentifier Identifier { get; }
Property Value
TypeDescription
QueryableIdentifier

ModifiedById

Gets the id of the user who last modified an entity.

Declaration
RequestResponse
QueryableId ModifiedById { get; }
Property Value
TypeDescription
QueryableId

ModifiedByUsername

Gets the username of the user who last modified an entity.

Declaration
RequestResponse
QueryableIdentifier ModifiedByUsername { get; }
Property Value
TypeDescription
QueryableIdentifier

ModifiedOn

Gets the date an entity was last modified.

Declaration
RequestResponse
QueryableDateTime ModifiedOn { get; }
Property Value
TypeDescription
QueryableDateTime

Extension Methods

Do you have some feedback for us?

If you have suggestions for improving this article,