Show / Hide Table of Contents

Class CountedFeatureInfo

Provides information about a counted feature.

Inheritance
System.Object
FeatureInfo
CountedFeatureInfo
FeatureInfo.IsValid
FeatureInfo.FeatureName
FeatureInfo.SerialNumber
FeatureInfo.FeatureVersion
FeatureInfo.ExpireDate
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 Source

CountedFeatureInfo(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 Source

AvailableLicenses

Gets the count of available licenses.

Declaration
public int AvailableLicenses { get; }
Property Value
Type Description
System.Int32
View Source

RemainingLicenses

Gets the count of remaining licenses.

Declaration
public int RemainingLicenses { get; }
Property Value
Type Description
System.Int32

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX