Click or drag to resize

DslWorkerSite Class

Dsl worker site.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWorkerSite

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslWorkerSite

The DslWorkerSite type exposes the following members.

Constructors
 NameDescription
Public methodDslWorkerSiteInitializes a new instance of the DslWorkerSite class
Public methodDslWorkerSite(WorkerSiteInfo)Initializes a new instance of the DslWorkerSite class
Top
Properties
 NameDescription
Public propertyDecimalSeparator Decimal separator.
Public propertyDefaultLanguageId Default language of worker site.
Public propertyDomainName Domain of worker site.
Public propertyEnableAnonymousUser Determines if worker site allows anonymous user access.
Public propertyId Id.
Public propertyIdPConnection Identity provider connection.
Public propertyIsHttps Determines of worker site is https.
Public propertyIsUnderMaintenance Determines if worker site is under construction.
Public propertyLongDate Long date format.
Public propertyName Name
Public propertyProductId Id of product contains worker site.
Public propertyShortDate Short date format.
Public propertyThousandSeparator Thousand separator.
Public propertyTimezoneId Timezone.
Public propertyTimezoneOffset Timezone offset.
Public propertyTitle Title.
Top
See Also