HS.HC.ChangeControl.EnvVar.REST.V1.Usage
class HS.HC.ChangeControl.EnvVar.REST.V1.Usage extends HS.REST.Model.ISerializable
Representation of usage of a single environment variableProperty Inventory
Properties
property Classname as %Dictionary.Classname [ Required ];
Classname of table that references variable
Property methods: ClassnameGet(), ClassnameIsValid(), ClassnameSet()
property Instance as HS.HC.DataType.InstanceName [ Transient ];
Instance where the variable is referenced. Mark as transient to not store in subclass.
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property Name as HS.HC.DataType.SysEnvVarName [ Required ];
Variable name across all environments
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Namespace as HS.HC.DataType.NamespaceName [ Required ];
Namespace where the variable is referenced
Property methods: NamespaceDisplayToLogical(), NamespaceGet(), NamespaceIsValid(), NamespaceLogicalToDisplay(), NamespaceLogicalToOdbc(), NamespaceNormalize(), NamespaceSet()
property PropertiesList as list of HS.HC.DataType.AnyString [ Transient ];
A list of property names that reference variable. Mark as transient to not store in subclass.
Property methods: PropertiesListBuildValueArray(), PropertiesListCollectionToDisplay(), PropertiesListCollectionToOdbc(), PropertiesListDisplayToCollection(), PropertiesListDisplayToLogical(), PropertiesListGet(), PropertiesListGetObject(), PropertiesListGetObjectId(), PropertiesListGetSwizzled(), PropertiesListIsValid(), PropertiesListLogicalToDisplay(), PropertiesListLogicalToOdbc(), PropertiesListNormalize(), PropertiesListOdbcToCollection(), PropertiesListSet(), PropertiesListSetObject(), PropertiesListSetObjectId()
property RowId as HS.HC.DataType.AnyString [ Required ];
ID of row in Classname that references variable
Property methods: RowIdDisplayToLogical(), RowIdGet(), RowIdIsValid(), RowIdLogicalToDisplay(), RowIdLogicalToOdbc(), RowIdNormalize(), RowIdSet()
property Server as HS.HC.DataType.ServerName [ Transient ];
Server where the variable is referenced. Mark as transient to not store in subclass.
Property methods: ServerDisplayToLogical(), ServerGet(), ServerIsValid(), ServerLogicalToDisplay(), ServerLogicalToOdbc(), ServerNormalize(), ServerSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportArray()
- %JSONExportToDynamicObject()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONImportArray()
- %JSONMappingInfo()
- %JSONNew()
- %JSONNewDefault()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()