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
Type | Description |
---|---|
QueryableId |
CreatedByUsername
Gets the username of the user who created an entity.
Declaration
RequestResponse
QueryableIdentifier CreatedByUsername { get; }
Property Value
Type | Description |
---|---|
QueryableIdentifier |
CreatedOn
Gets the date an entity was created.
Declaration
RequestResponse
QueryableDateTime CreatedOn { get; }
Property Value
Type | Description |
---|---|
QueryableDateTime |
DefinitionId
Gets the id of the associated definition of entities.
Declaration
RequestResponse
QueryableId DefinitionId { get; }
Property Value
Type | Description |
---|---|
QueryableId |
DefinitionName
Gets the name of the associated definition of entities.
Declaration
RequestResponse
QueryableIdentifier DefinitionName { get; }
Property Value
Type | Description |
---|---|
QueryableIdentifier |
Id
Gets the id of entities.
Declaration
RequestResponse
QueryableId Id { get; }
Property Value
Type | Description |
---|---|
QueryableId |
Identifier
Gets the identifier of entities.
Declaration
RequestResponse
QueryableIdentifier Identifier { get; }
Property Value
Type | Description |
---|---|
QueryableIdentifier |
ModifiedById
Gets the id of the user who last modified an entity.
Declaration
RequestResponse
QueryableId ModifiedById { get; }
Property Value
Type | Description |
---|---|
QueryableId |
ModifiedByUsername
Gets the username of the user who last modified an entity.
Declaration
RequestResponse
QueryableIdentifier ModifiedByUsername { get; }
Property Value
Type | Description |
---|---|
QueryableIdentifier |
ModifiedOn
Gets the date an entity was last modified.
Declaration
RequestResponse
QueryableDateTime ModifiedOn { get; }
Property Value
Type | Description |
---|---|
QueryableDateTime |