Class Fix
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.ModelValidation
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Fix : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Description
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FixBy
Declaration
public virtual string FixBy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Perform()
Declaration
public void Perform()
Implements
System.IEquatable<T>