Class SelectedObjectsRetrievalOptions<T>
Aggregates options for selected objects retrieval.
public sealed class SelectedObjectsRetrievalOptions<T>
Type Parameters
T
Denotes a type of Value property.
- Inheritance
-
objectSelectedObjectsRetrievalOptions<T>
- Extension Methods
Properties
IdentifierColumn
The column name used to identify the object.
public string IdentifierColumn { get; init; }
Property Value
- string
ItemValueExtractor
A method delegate which extracts value element object from a source data.
public ObjectValueExtractor<T> ItemValueExtractor { get; init; }
Property Value
ObjectType
Object type.
public string ObjectType { get; init; }
Property Value
- string
SelectedObjectsIdentifiers
A collection of selected object identifiers.
public IEnumerable<string> SelectedObjectsIdentifiers { get; init; }
Property Value
- IEnumerable<string>