Interface IQueryableEntity
Used in linq queries as query-source.
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingLinq
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
CreatedById
Gets allows the id of the user who created an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
CreatedByUsername
Gets the username of the user who created an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
CreatedOn
Gets the date an entity was created.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableDateTime |
DefinitionId
Gets the id of the associated definition of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
DefinitionName
Gets the name of the associated definition of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
Id
Gets the id of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
Identifier
Gets the identifier of entities.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
ModifiedById
Gets the id of the user who last modified an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableId |
ModifiedByUsername
Gets the username of the user who last modified an entity.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableIdentifier |
ModifiedOn
Gets the date an entity was last modified.
Declaration
Property Value
| Type | Description |
|---|---|
| QueryableDateTime |