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

Initializes a new instance of the GridDescriptorAndCollectionProperty class

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

Syntax

C#
public GridDescriptorAndCollectionProperty(
	AppWizardEntityClassProperty collectionProperty
)
Visual Basic
Public Sub New ( 
	collectionProperty As AppWizardEntityClassProperty
)
Visual C++
public:
GridDescriptorAndCollectionProperty(
	AppWizardEntityClassProperty^ collectionProperty
)

See Also