GlobalQueryOptionsDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Gets or sets the global query options.
public class GlobalQueryOptionsDto
Inheritance Object → GlobalQueryOptionsDto
Properties
IncludeArchivedEntities
Gets or sets an optional flag to include archived entities in the query results.
public Nullable<bool> IncludeArchivedEntities { get; set; }
Property Value
Constructors
GlobalQueryOptionsDto()
public GlobalQueryOptionsDto()