Constable Authorization Engine 2.0 BETA

NamedObjectBase Constructor (String)

[This is preliminary documentation and subject to change.]

Creates a new instance of the class with the given Id.

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

Parameters

id
The Id of the new instance. It must not be null and it must be unique within a collection containing the object.

See Also

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