Class MethodOutcome
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MethodOutcome
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MethodOutcome : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
FailureMessage
Declaration
public string FailureMessage { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Successful
Declaration
public bool Successful { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>