Class CreateInstanceInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class CreateInstanceInput
- Inheritance
-
CreateInstanceInput
- Inherited Members
-
Constructors
public CreateInstanceInput()
public CreateInstanceInput(OpenSettingsConfiguration openSettingsConfiguration, bool isActive, string[] urls)
Parameters
openSettingsConfiguration
OpenSettingsConfiguration
isActive
bool
urls
string[]
Properties
public Guid ClientId { get; set; }
Property Value
- Guid
public Guid ClientSecret { get; set; }
Property Value
- Guid
public Guid? CreatedById { get; set; }
Property Value
- Guid?
public DataAccessType? DataAccessType { get; set; }
Property Value
- DataAccessType?
public string DynamicId { get; set; }
Property Value
- string
public string Environment { get; set; }
Property Value
- string
public string IdentifierName { get; set; }
Property Value
- string
public string InstanceName { get; set; }
Property Value
- string
public string IpAddress { get; set; }
Property Value
- string
public bool IsActive { get; set; }
Property Value
- bool
public string MachineName { get; set; }
Property Value
- string
public List<ReloadStrategy> ReloadStrategies { get; set; }
Property Value
- List<ReloadStrategy>
public ServiceType ServiceType { get; set; }
Property Value
- ServiceType
public string[] Urls { get; set; }
Property Value
- string[]
public string Version { get; set; }
Property Value
- string