Struct LicenseEventArgs.ChangeInfo
Provides information about license change.
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
protected struct ChangeInfo
Properties
View SourceAdded
The added feature infos.
Declaration
public IEnumerable<FeatureInfo> Added { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FeatureInfo> |
Changed
The changed feature infos.
Declaration
public IEnumerable<FeatureInfo> Changed { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FeatureInfo> |
Removed
The removed feature infos.
Declaration
public IEnumerable<FeatureInfo> Removed { readonly get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FeatureInfo> |