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

Syntax

C#
IEntityRelation GetByTypeAndIdentifier(
	Type type,
	string identifier
)
Visual Basic
Function GetByTypeAndIdentifier ( _
	type As Type, _
	identifier As String _
) As IEntityRelation
Visual C++
IEntityRelation^ GetByTypeAndIdentifier(
	Type^ type, 
	String^ identifier
)

Parameters

type
Type: System..::..Type
identifier
Type: System..::..String

See Also