Class BaseResponse
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: StdBE100.Informa
Assembly: StdBE100.dll
Syntax
public class BaseResponse
  Constructors
BaseResponse()
Declaration
public BaseResponse()
  Properties
Code
Declaration
public string Code { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Message
Declaration
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Success
Declaration
public bool Success { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |