[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 RelationType(
	int relTypeId,
	int grpId,
	string relName
)
Visual Basic (Declaration)
Public Sub New ( _
	relTypeId As Integer, _
	grpId As Integer, _
	relName As String _
)
Visual C++
public:
RelationType(
	int relTypeId, 
	int grpId, 
	String^ relName
)

Parameters

relTypeId
Type: System..::.Int32
grpId
Type: System..::.Int32
relName
Type: System..::.String

See Also