An NDoc Documented Class Library

GenericServiceAttribute Constructor 

Initialize a new instance.

[Visual Basic]
Public Sub New( _ 
   ByVal Type As Type _ 
)
[C#]
public GenericServiceAttribute(
   Type Type
);
[C++]
public: GenericServiceAttribute(
   Type* Type
);
[JScript]
public function GenericServiceAttribute(
   Type Type
);

Parameters

forType
an entity type for this generic service to bind.

See Also

GenericServiceAttribute Class | AqDWeb.Attributes Namespace