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

Syntax

C#
public override Exception Update(
	string name,
	string value,
	string objectType,
	string objectProp,
	string objectID
)
Visual Basic
Public Overrides Function Update ( _
	name As String, _
	value As String, _
	objectType As String, _
	objectProp As String, _
	objectID As String _
) As Exception
Visual C++
public:
virtual Exception^ Update(
	String^ name, 
	String^ value, 
	String^ objectType, 
	String^ objectProp, 
	String^ objectID
) override

Parameters

name
Type: System..::..String
value
Type: System..::..String
objectType
Type: System..::..String
objectProp
Type: System..::..String
objectID
Type: System..::..String

See Also