[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,
	string objName,
	string parentObjName,
	string rel,
	int parId,
	int parTypeId,
	int childId,
	int childTypeId
)
Visual Basic (Declaration)
Public Sub New ( _
	relId As Integer, _
	objName As String, _
	parentObjName As String, _
	rel As String, _
	parId As Integer, _
	parTypeId As Integer, _
	childId As Integer, _
	childTypeId As Integer _
)
Visual C++
public:
Relation(
	int relId, 
	String^ objName, 
	String^ parentObjName, 
	String^ rel, 
	int parId, 
	int parTypeId, 
	int childId, 
	int childTypeId
)

Parameters

relId
Type: System..::.Int32
RelationId
objName
Type: System..::.String
Object Name
parentObjName
Type: System..::.String
Parent Object Name
rel
Type: System..::.String
Relation
parId
Type: System..::.Int32
parent object id
parTypeId
Type: System..::.Int32
parent object type id
childId
Type: System..::.Int32
Object Id
childTypeId
Type: System..::.Int32
Object Type Id

See Also