Class Customer102DataSheetChangeLogItem
Inheritance
System.Object
Customer102DataSheetChangeLogItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Customer102DataSheetChangeLogItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Change
Declaration
public string Change { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Engineer
Declaration
public string Engineer { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Rev
Declaration
public string Rev { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
RemoveRevision()
Declaration
public void RemoveRevision()
Implements
System.IEquatable<T>
Extension Methods