You are here: Start » AVL.NET » License Class

License Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
License(License)Creates a deep copy of the passed object.
License()

Properties

 NameTypeDescription
ComputerIDAvlNet.NullableRef<System.String>
IsDisposedSystem.Boolean
LicenseTypesSystem.Collections.Generic.IReadOnlyList<System.String>
NameSystem.String
OrganizationSystem.String
ProjectIDSystem.Nullable<System.Int32>
StorageAvlNet.LicenseStorage
ValidUntilSystem.Nullable<System.Int64>
VersionSystem.String

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.License)Resets this instance with data of the other License object.
ToString()Inherited from System.Object

See also