Click or drag to resize

BusinessRuleLocalizedName Property

Gets the localized name of the rule.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual string LocalizedName { get; }

Property Value

Type: String
The localized name of the rule.

Implements

IBusinessRuleLocalizedName
See Also