Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public override ICartellaObject GetObject(
	string objectType,
	string objectProp,
	string identifier
)
Visual Basic
Public Overrides Function GetObject ( _
	objectType As String, _
	objectProp As String, _
	identifier As String _
) As ICartellaObject
Visual C++
public:
virtual ICartellaObject^ GetObject(
	String^ objectType, 
	String^ objectProp, 
	String^ identifier
) override

Parameters

objectType
Type: System..::..String
objectProp
Type: System..::..String
identifier
Type: System..::..String

See Also