Class SystemLogRule
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Represents a system log rule. The Rule is used to masking the sensitive values in the Log message.
public class SystemLogRule : Entity, IIdentity
Inheritance
object ← Entity ← SystemLogRule
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<SystemLogRule>(SystemLogRule)
Constructors
SystemLogRule()
public SystemLogRule()
Properties
IsActive
Gets or sets a value indicating whether the system log rule is active.
public bool IsActive { get; set; }
Property Value
IsCustom
Gets or sets a value indicating whether the system log rule is custom.
public bool IsCustom { get; set; }
Property Value
IsLocked
public bool IsLocked { get; set; }
Property Value
MaskFormat
Gets or sets the mask format for the log rule.
public string MaskFormat { get; set; }
Property Value
Mode
Gets or sets the mode of the system log rule.
public SystemLogRuleMode Mode { get; set; }
Property Value
ProductId
Gets or sets the ID of the product associated with the system log rule.
public Guid ProductId { get; set; }
Property Value
PropertyName
Gets or sets the name of the property.
public string PropertyName { get; set; }
Property Value
Tags
public IList<string> Tags { get; set; }
Property Value
Methods
GetResourceName()
Gets the display name of the entity.
public override string GetResourceName()
Returns
The display name of the entity.