Applies to members of extended BusinessObjects; prevents saving if the field with this attribute is null

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class NotNullAttribute : Attribute
Visual Basic
Public Class NotNullAttribute
	Inherits Attribute
Visual C++
public ref class NotNullAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Caisis.BOL..::..NotNullAttribute

See Also