Table of Contents

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

objectEntitySystemLogRule

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

bool

IsCustom

Gets or sets a value indicating whether the system log rule is custom.

public bool IsCustom { get; set; }

Property Value

bool

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

MaskFormat

Gets or sets the mask format for the log rule.

public string MaskFormat { get; set; }

Property Value

string

Mode

Gets or sets the mode of the system log rule.

public SystemLogRuleMode Mode { get; set; }

Property Value

SystemLogRuleMode

ProductId

Gets or sets the ID of the product associated with the system log rule.

public Guid ProductId { get; set; }

Property Value

Guid

PropertyName

Gets or sets the name of the property.

public string PropertyName { get; set; }

Property Value

string

Tags

public IList<string> Tags { get; set; }

Property Value

IList<string>

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.