RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AssertionMethodAttribute Class

Indicates that the marked method is assertion method, i.e. it halts the control flow if one of the conditions is satisfied. To set the condition, mark one of the parameters with AssertionConditionAttribute attribute.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


[AttributeUsageAttribute]
public sealed class AssertionMethodAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class AssertionMethodAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class AssertionMethodAttribute sealed : public Attribute

Inheritance Hierarchy


Object
  Attribute
    RingSoft.DbMaintenance..::..AssertionMethodAttribute