Class ApiValidationResult
- Namespace
- InSite.Api.Settings
- Assembly
- InSite.UI.dll
public class ApiValidationResult
- Inheritance
-
ApiValidationResult
- Inherited Members
-
Constructors
ApiValidationResult(bool, string)
public ApiValidationResult(bool success, string error)
Parameters
success bool
error string
Properties
Developer
public ApiDeveloper Developer { get; set; }
Property Value
- ApiDeveloper
Error
public string Error { get; }
Property Value
- string
HostAddress
public string HostAddress { get; set; }
Property Value
- string
IsLocal
public bool IsLocal { get; }
Property Value
- bool
OrganizationCode
public string OrganizationCode { get; set; }
Property Value
- string
Success
public bool Success { get; }
Property Value
- bool