Constructor WithEntityQueryOptionsAttribute
WithEntityQueryOptionsAttribute(EntityQueryOptions)
Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity
Declaration
public WithEntityQueryOptionsAttribute(EntityQueryOptions option)
Parameters
Type | Name | Description |
---|---|---|
EntityQueryOptions | option | The query options |
WithEntityQueryOptionsAttribute(params EntityQueryOptions[])
Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity
Declaration
public WithEntityQueryOptionsAttribute(params EntityQueryOptions[] options)
Parameters
Type | Name | Description |
---|---|---|
EntityQueryOptions[] | options | The query options |