Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%ZHSLIB.PackageManager.Core.SemVer.Range

serial class %ZHSLIB.PackageManager.Core.SemVer.Range extends %Library.SerialObject

Property Inventory

Method Inventory

Properties

property Comparators as list of %ZHSLIB.PackageManager.Core.SemVer.Comparator;
Property methods: ComparatorsBuildValueArray(), ComparatorsCollectionToDisplay(), ComparatorsCollectionToOdbc(), ComparatorsDisplayToCollection(), ComparatorsGet(), ComparatorsGetObject(), ComparatorsGetObjectId(), ComparatorsGetSwizzled(), ComparatorsIsValid(), ComparatorsOdbcToCollection(), ComparatorsSet(), ComparatorsSetObject(), ComparatorsSetObjectId()
property Expression as %String [ ReadOnly ];
Property methods: ExpressionDisplayToLogical(), ExpressionGet(), ExpressionIsValid(), ExpressionLogicalToDisplay(), ExpressionLogicalToOdbc(), ExpressionNormalize()

Methods

classmethod FromString(pRangeExpr As %String, Output pRange As %ZHSLIB.PackageManager.Core.SemVer.Range) as %Status
method InRange(pVersion As %ZHSLIB.PackageManager.Core.SemanticVersion) as %Boolean
method ToResolvedString() as %String
method ToString() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab