Class FileHistoryItem
Inheritance
System.Object
FileHistoryItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FileHistoryItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public string Comment { get; }
Property Value
| Type |
Description |
| System.String |
|
HashCode
Declaration
public string HashCode { get; }
Property Value
| Type |
Description |
| System.String |
|
LicenceID
Declaration
public string LicenceID { get; }
Property Value
| Type |
Description |
| System.String |
|
SaveDate
Declaration
public string SaveDate { get; }
Property Value
| Type |
Description |
| System.String |
|
SaveDateAndAge
Declaration
public string SaveDateAndAge { get; }
Property Value
| Type |
Description |
| System.String |
|
UserName
Declaration
public string UserName { get; }
Property Value
| Type |
Description |
| System.String |
|
Version
Declaration
public string Version { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods