Class ReturnDefinition
Contains the return definition
Inheritance
System.Object
ReturnDefinition
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: Simplic.CXUI.WebApi2
Assembly: Simplic.CXUI.WebApi2.dll
Syntax
public class ReturnDefinition
Properties
| Improve this Doc View SourceMessage
Gets or sets the return message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusCode
Gets or sets the status-code
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Gets or sets the return type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |