BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion Interface Reference

BlackBerry Dynamics entitlement version More...

Public Member Functions

int CompareTo (IBBDVersion bbdVersion)
 Compare this version with another version. More...
 
bool IsEqualToVersion (IBBDVersion bbdVersion)
 Check for equality with another version. More...
 
bool IsGreaterThanVersion (IBBDVersion bbdVersion)
 Check whether this version is greater than another version. More...
 
bool IsLessThanVersion (IBBDVersion bbdVersion)
 Check whether this version is less than another version. More...
 
int NumberOfVersionParts ()
 Count of how many constituent numbers there are in the version. More...
 
int VersionPartAtPosition (int index)
 Get one constituent version number. More...
 

Properties

string StringValue [get]
 Dotted string representation of BBDVersion. More...
 

Detailed Description

BlackBerry Dynamics entitlement version

BlackBerry Dynamics entitlement versions are sequences of numbers. The first number is the major version number and is the most significant. Numbers later in the sequence are of decreasing significance. By convention, there are four numbers in an entitlement version.

Objects of this class are used in the IBBDXamarin.GetEntitlementVersions results list.

Member Function Documentation

◆ CompareTo()

int BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.CompareTo ( IBBDVersion  bbdVersion)

Compare this version with another version.

Parameters
bbdVersionAnother BBDVersion
Returns
int representation of the relative value of this version compared to the other version.

◆ IsEqualToVersion()

bool BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.IsEqualToVersion ( IBBDVersion  bbdVersion)

Check for equality with another version.

Parameters
bbdVersionAnother BBDVersion
Returns
true if the two versions are the same; otherwise, false.

◆ IsGreaterThanVersion()

bool BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.IsGreaterThanVersion ( IBBDVersion  bbdVersion)

Check whether this version is greater than another version.

Parameters
bbdVersionAnother BBDVersion
Returns
true if this version is greater than the specified version; otherwise, false.

◆ IsLessThanVersion()

bool BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.IsLessThanVersion ( IBBDVersion  bbdVersion)

Check whether this version is less than another version.

Parameters
bbdVersionAnother BBDVersion
Returns
true if this version is less than the specified version; otherwise, false.

◆ NumberOfVersionParts()

int BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.NumberOfVersionParts ( )

Count of how many constituent numbers there are in the version.

Returns
int representation of the count of how many constituent numbers there are in the version.

◆ VersionPartAtPosition()

int BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.VersionPartAtPosition ( int  index)

Get one constituent version number.

Parameters
indexNumeric position. Position zero is the major version number, which is the most significant.
Returns
The constituent version number at the specified position.

Property Documentation

◆ StringValue

string BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDVersion.StringValue
get

Dotted string representation of BBDVersion.