DslWorkerSite Class

Dsl worker site.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslWorkerSite
Inheritance
Object    DslWorkerSite

Constructors

DslWorkerSite Initializes a new instance of the DslWorkerSite class
DslWorkerSite(WorkerSiteInfo) Initializes a new instance of the DslWorkerSite class

Properties

DecimalSeparator Decimal separator.
DefaultLanguageId Default language of worker site.
DomainName Domain of worker site.
EnableAnonymousUser Determines if worker site allows anonymous user access.
Id Id.
IdPConnection Identity provider connection.
IsHttps Determines of worker site is https.
IsUnderMaintenance Determines if worker site is under construction.
LongDate Long date format.
Name Name
ProductId Id of product contains worker site.
ShortDate Short date format.
ThousandSeparator Thousand separator.
TimezoneId Timezone.
TimezoneOffset Timezone offset.
Title Title.

See Also