An NDoc Documented Class Library

ServiceDependencyAttribute Constructor (Type, Type, String)

Create a new instance.

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

Parameters

containerType
Container type
serviceType
Service type
keyName
Key of this service in container.

See Also

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