Initialize binding for control.

Namespace: MonoSoftware.MonoX.PrivacyManager
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void Add(
	Guid userId,
	string objectTypeFullName,
	string fieldName
)
Visual Basic
Public Sub Add ( 
	userId As Guid,
	objectTypeFullName As String,
	fieldName As String
)
Visual C++
public:
void Add(
	Guid userId, 
	String^ objectTypeFullName, 
	String^ fieldName
)
F#
member Add : 
        userId : Guid * 
        objectTypeFullName : string * 
        fieldName : string -> unit 

Parameters

userId
Type: System..::..Guid
User Id
objectTypeFullName
Type: System..::..String
Data source object type full name
fieldName
Type: System..::..String
Field name

See Also