Class ToolkitResult
Inheritance
System.Object
ToolkitResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class ToolkitResult
Constructors
ToolkitResult()
Declaration
public ToolkitResult()
ToolkitResult(Int16, IToolkit)
Declaration
public ToolkitResult(short retCode, IToolkit toolkit)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | retCode | |
IToolkit | toolkit |
ToolkitResult(String, Int32)
Declaration
public ToolkitResult(string IDNum, int objid)
Parameters
Type | Name | Description |
---|---|---|
System.String | IDNum | |
System.Int32 | objid |
Fields
_IDNum
Declaration
protected string _IDNum
Field Value
Type | Description |
---|---|
System.String |
_Objid
Declaration
protected int _Objid
Field Value
Type | Description |
---|---|
System.Int32 |
_ReturnCode
Declaration
protected short _ReturnCode
Field Value
Type | Description |
---|---|
System.Int16 |
Properties
IDNum
Declaration
public string IDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Objid
Declaration
public int Objid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReturnCode
Declaration
public short ReturnCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |