Skip to main content

GlobalQueryOptionsDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Gets or sets the global query options.

public class GlobalQueryOptionsDto

Inheritance ObjectGlobalQueryOptionsDto

Properties

IncludeArchivedEntities

Gets or sets an optional flag to include archived entities in the query results.

public Nullable<bool> IncludeArchivedEntities { get; set; }

Property Value

Nullable<Boolean>

Constructors

GlobalQueryOptionsDto()

public GlobalQueryOptionsDto()