ArchSettingsNluDynamicSlotType(coreDynamicSlotTypeViewModel)

new ArchSettingsNluDynamicSlotType(coreDynamicSlotTypeViewModel)

Parameters:
Name Type Description
coreDynamicSlotTypeViewModel object

( Internal ) a core dynamic slot settings view model

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchSettingsNluDynamicSlotType'.

readonly isArchSettingsNluDynamicSlotType :boolean

Returns true indicating that this is an ArchSettingsNluDynamicSlotType instance.

readonly logStr :string

A string suitable for logging that contains information about this definition.

Overrides:

readonly logStrTypeOnly :string

This is a string suitable for logging information about this object where it's just the object's type. This is normally used when logging errors that occur in constructor parameter checking because the scripting object isn't set up and the normal logging str contents wouldn't be set up.

Overrides:

readonly synonyms :ArchValueStringCollection

A collection whose String items supply one or more synonyms for values in the 'Synonyms' collection. To specify a synonym for a value, add the synonym String value to the same index in this collection that the value has in the 'Synonyms' collection. To specify more than synonym for an individual slot type value, assign a String value at the appropriate index in this collection but separate the individual synonyms with a ',' character.

readonly values :ArchValueStringCollection

A collection whose items supply possible String values for the slot type.

Methods

isFilterMatch(archFilterObject) → {boolean}

Returns whether or not this Architect Scripting object is a match for the supplied ArchFilterObject instance.

Parameters:
Name Type Description
archFilterObject ArchFilterObject

the object filter to use to determine if it's a match.

Returns:
boolean
Overrides:

logError(errorStr)

Logs an error to the logging service with a log header from this object's logStr property value when ArchLogging#logErrors is true.

Parameters:
Name Type Description
errorStr string

the error string to log.

Overrides:

logErrorAndThrow(errorStr)

Logs an error to the logging service with a log header from this object's logStr property value when ArchLogging#logErrors is true and then throws the string in the errorStr parameter.

Parameters:
Name Type Description
errorStr string

the error string to log. This should be a non-blank string.

Throws:
  • Throws the submitted error string.
Overrides:

logNote(noteStr)

Logs a note to the logging service with a log header from this object's logStr property value when ArchLogging#logNotes is true.

Parameters:
Name Type Description
noteStr string

the note string to log. This should be a non-blank string.

Overrides:

logNoteVerbose(noteStr)

Logs a note to the logging service with a log header from this object's logStr property value when ArchLogging#logNotesVerbose is true.

Parameters:
Name Type Description
noteStr string

the note string to log. This should be a non-blank string.

Overrides:

logWarning(warningStr)

Logs a warning to the logging service with a log header from this object's logStr property value when ArchLogging#logWarnings is true.

Parameters:
Name Type Description
warningStr string

the warning string to log. This should be a non-blank string.

Overrides: