[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public Relation(
	int relId,
	int relTypeId,
	int objId,
	int objTypeId,
	int parObjId,
	int parObjTypeId
)
Visual Basic (Declaration)
Public Sub New ( _
	relId As Integer, _
	relTypeId As Integer, _
	objId As Integer, _
	objTypeId As Integer, _
	parObjId As Integer, _
	parObjTypeId As Integer _
)
Visual C++
public:
Relation(
	int relId, 
	int relTypeId, 
	int objId, 
	int objTypeId, 
	int parObjId, 
	int parObjTypeId
)

Parameters

relId
Type: System..::.Int32
relTypeId
Type: System..::.Int32
objId
Type: System..::.Int32
objTypeId
Type: System..::.Int32
parObjId
Type: System..::.Int32
parObjTypeId
Type: System..::.Int32

See Also