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

Syntax

C#
public IEntityRelation GetByTypeAndIdentifier(
	Type type,
	string identifier
)
Visual Basic
Public Function GetByTypeAndIdentifier ( _
	type As Type, _
	identifier As String _
) As IEntityRelation
Visual C++
public:
virtual IEntityRelation^ GetByTypeAndIdentifier(
	Type^ type, 
	String^ identifier
) sealed

Parameters

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

Implements

IEntityRelationManager..::..GetByTypeAndIdentifier(Type, String)

See Also