Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool AllowCreate(
	Type itemType,
	IEntity entiy
)
Visual Basic
Function AllowCreate ( _
	itemType As Type, _
	entiy As IEntity _
) As Boolean
Visual C++
bool AllowCreate(
	Type^ itemType, 
	IEntity^ entiy
)

Parameters

itemType
Type: System..::..Type
entiy
Type: Cartella.Interfaces..::..IEntity

See Also