Show / Hide Table of Contents

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 Source

Added

The added feature infos.

Declaration
public IEnumerable<FeatureInfo> Added { readonly get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FeatureInfo>
View Source

Changed

The changed feature infos.

Declaration
public IEnumerable<FeatureInfo> Changed { readonly get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FeatureInfo>
View Source

Removed

The removed feature infos.

Declaration
public IEnumerable<FeatureInfo> Removed { readonly get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<FeatureInfo>

Extension Methods

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