An NDoc Documented Class Library

ServiceAttribute Constructor (Type, Type)

Create a new instance

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

Parameters

serviceType
Service type
containerType
Container type, the key of service in this container is the serviceType's full name.

See Also

ServiceAttribute Class | AqDWeb.Attributes Namespace | ServiceAttribute Constructor Overload List