Class HotUpdateConfig
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public abstract class HotUpdateConfig : Entity, IIdentity
Inheritance
object ← Entity ← HotUpdateConfig
Derived
DataTriggerConfig, EventTriggerConfig, JobWorkerConfig
Implements
IIdentity
Inherited Members
Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<HotUpdateConfig>(HotUpdateConfig)
Constructors
HotUpdateConfig()
protected HotUpdateConfig()
Properties
InstanceName
public string InstanceName { get; set; }
Property Value
UseWebConfigSettings
public bool UseWebConfigSettings { get; set; }
Property Value
Workers
public int Workers { get; set; }