Click or drag to resize

IDatabaseRelTypeDeleteRole Method

Namespace:  PDTec.IceNet.Core.Database.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void RelTypeDeleteRole(
	string relTypeId,
	Direction direction,
	string objTypeId,
	string[] aObjTypesDelete
)

Parameters

relTypeId
Type: SystemString
direction
Type: PDTec.IceNet.Core.ModelDirection
objTypeId
Type: SystemString
aObjTypesDelete
Type: SystemString
See Also