Constable Authorization Engine 2.0 BETA

NamedObjectBase Constructor (String, String, String)

[This is preliminary documentation and subject to change.]

Creates a new instance of the class with the given Id, Name and Description.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal id As String, _
   ByVal name As String, _
   ByVal description As String _
)
[C#]
protected NamedObjectBase(
   string id,
   string name,
   string description
);

Parameters

id
The Id of the new instance. The value must not be null and it must be unique within a collection containing the object.
name
The name of the new instance. If the value is , the id value is used.
description

Remarks

See Also

NamedObjectBase Class | LaMarvin.Constable.Model Namespace | NamedObjectBase Constructor Overload List