MantisConnect 1.0a2

ObjectRef Constructor (Int32, String)

Constructor specifying id and name

[Visual Basic]
Overloads Public Sub New( _
   ByVal id As Integer, _
   ByVal name As String _
)
[C#]
public ObjectRef(
   int id,
   string name
);

Parameters

id
Id of the entity referenced
name
Name of the entity referenced.

See Also

ObjectRef Class | Futureware.MantisConnect Namespace | ObjectRef Constructor Overload List