Class ExecuteScriptResponse
Inheritance
System.Object
ExecuteScriptResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ExecuteScriptResponse : ServiceResponse
Constructors
ExecuteScriptResponse()
Declaration
public ExecuteScriptResponse()
Properties
ErrorDescription
Declaration
public string ErrorDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ExecuteScriptData
Declaration
public object ExecuteScriptData { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|