Class CountedFeatureInfo
Provides information about a counted feature.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing.Revenera
Assembly: Sartorius.SAF.Licensing.Revenera.dll
Syntax
public class CountedFeatureInfo : FeatureInfo
Constructors
View SourceCountedFeatureInfo(Boolean, String, String, Nullable<DateTime>, String, Int32, Int32)
Create and initialize a new instance of FeatureInfo.
Declaration
public CountedFeatureInfo(bool isValid, string featureName, string version, DateTime? expireDate, string sn, int availableLicenses, int remainingLicenses)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isValid | Indicates whether the feature valid is. |
System.String | featureName | A feature name. |
System.String | version | A feature version. |
System.Nullable<System.DateTime> | expireDate | An expire date. |
System.String | sn | A serial number. |
System.Int32 | availableLicenses | A count of the available licenses. |
System.Int32 | remainingLicenses | A count of the remaining licenses. |
Properties
View SourceAvailableLicenses
Gets the count of available licenses.
Declaration
public int AvailableLicenses { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RemainingLicenses
Gets the count of remaining licenses.
Declaration
public int RemainingLicenses { get; }
Property Value
Type | Description |
---|---|
System.Int32 |