You are here: Start » FIL.NET » License Class
License Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | License(License) | Creates a deep copy of the passed object. |
![]() | License() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ComputerID | FilNet.NullableRef<System.String> | |
![]() | IsDisposed | System.Boolean | |
![]() | LicenseTypes | System.Collections.Generic.IReadOnlyList<System.String> | |
![]() | Name | System.String | |
![]() | Organization | System.String | |
![]() | ProjectID | System.Nullable<System.Int32> | |
![]() | Storage | FilNet.LicenseStorage | |
![]() | ValidUntil | System.Nullable<System.Int64> | |
![]() | Version | System.String |
Methods
Name | Description | |
---|---|---|
![]() | 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(FilNet.License) | Resets this instance with data of the other License object. |
![]() | ToString() | Inherited from System.Object |