TimeConfiguration

INTERNAL: A time configuration.

Inheritance

The TimeConfiguration object is derived from the SolutionConfiguration object.

Property List

Included
Specifies whether the solution configuration must be included or excluded. (Read/Write boolean)
Label
The object label. (Read/Write string)
Type
The object type string. (Read only string)

Collection List

FarFields
The collection of far field requests in the configuration. (FarFieldCollection of FarField.)
NearFields
The collection of near field requests in the configuration. (NearFieldCollection of NearField.)
Sources
The collection of sources in the configuration. (SourceCollection of SolutionEntity.)

Method List

Delete ()
Delete the solution configuration.
Duplicate ()
Duplicates the solution configuration. (Returns a SolutionConfiguration object.)
MoveDown ()
Move the solution configuration down. (Returns a boolean object.)
MoveUp ()
Move the solution configuration up. (Returns a boolean object.)

Property Details

Included
Specifies whether the solution configuration must be included or excluded.
Type
boolean
Access
Read/Write
Label
The object label.
Type
string
Access
Read/Write
Type
The object type string.
Type
string
Access
Read only

Collection Details

FarFields
The collection of far field requests in the configuration.
Type
FarFieldCollection
NearFields
The collection of near field requests in the configuration.
Type
NearFieldCollection
Sources
The collection of sources in the configuration.
Type
SourceCollection

Method Details

Delete ()
Delete the solution configuration.
Duplicate ()
Duplicates the solution configuration.
Return
SolutionConfiguration
The duplicated solution configuration.
MoveDown ()
Move the solution configuration down.
Return
boolean
True if the move was successful.
MoveUp ()
Move the solution configuration up.
Return
boolean
True if the move was successful.