Class FeatureInfo
Provides information about a licensed 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
[Serializable]
public class FeatureInfo
Constructors
View SourceFeatureInfo(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 SourceExpireDate
Expire date
Declaration
public DateTime? ExpireDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FeatureName
Gets the feature name.
Declaration
public string FeatureName { get; }
Property Value
Type | Description |
---|---|
System.String |
FeatureVersion
Gets the feature name.
Declaration
public string FeatureVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
IsValid
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SerialNumber
Gets the feature serial number.
Declaration
public string SerialNumber { get; }
Property Value
Type | Description |
---|---|
System.String |