BusinessRule.IsFullDefinition 属性

定义

指定业务规则是否具有 BR 的完整定义。

public:
 property bool IsFullDefinition { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsFullDefinition { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsFullDefinition : bool with get, set
Public Property IsFullDefinition As Boolean

属性值

如果业务规则具有完整定义,则为 true;否则为 false

属性

适用于