See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the FieldAvailability class

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public FieldAvailability(
	Object owner,
	EntityClassProperty property,
	bool canBeAvailable
)
Visual Basic
Public Sub New ( 
	owner As Object,
	property As EntityClassProperty,
	canBeAvailable As Boolean
)
Visual C++
public:
FieldAvailability(
	Object^ owner, 
	EntityClassProperty^ property, 
	bool canBeAvailable
)

Parameters

owner
Type: System..::..Object
property
Type: NTier.Model.Entity..::..EntityClassProperty
canBeAvailable
Type: System..::..Boolean

See Also