Class Fix
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.ModelValidation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class Fix : APIBase, IEquatable<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>