Show / Hide Table of Contents

Class FeatureInfo

Provides information about a licensed feature.

Inheritance
System.Object
FeatureInfo
CountedFeatureInfo
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
[Serializable]
public class FeatureInfo

Constructors

View Source

FeatureInfo(Boolean, String, String, Nullable<DateTime>, String)

Create and initialize a new instance of FeatureInfo.

Declaration
public FeatureInfo(bool isValid, string featureName, string version, DateTime? expireDate, string sn)
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 feature serial number.

Properties

View Source

ExpireDate

Expire date

Declaration
public DateTime? ExpireDate { get; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

FeatureName

Gets the feature name.

Declaration
public string FeatureName { get; }
Property Value
Type Description
System.String
View Source

FeatureVersion

Gets the feature name.

Declaration
public string FeatureVersion { get; }
Property Value
Type Description
System.String
View Source

IsValid

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean
View Source

SerialNumber

Gets the feature serial number.

Declaration
public string SerialNumber { get; }
Property Value
Type Description
System.String

Extension Methods

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