Class SyncAppDataInputInstance
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class SyncAppDataInputInstance
- Inheritance
-
SyncAppDataInputInstance
- Inherited Members
Properties
DataAccessType
public DataAccessType? DataAccessType { get; set; }
Property Value
DynamicId
public string DynamicId { get; set; }
Property Value
Environment
public string Environment { get; set; }
Property Value
InstanceName
public string InstanceName { get; set; }
Property Value
IpAddress
[JsonIgnore]
public string IpAddress { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
MachineName
public string MachineName { get; set; }
Property Value
ReloadStrategies
public List<ReloadStrategy> ReloadStrategies { get; set; }
Property Value
ServiceType
public ServiceType ServiceType { get; set; }
Property Value
Urls
public string[] Urls { get; set; }
Property Value
- string[]
Version
public string Version { get; set; }