An NDoc Documented Class Library

ServiceDependencyAttribute Constructor

Create a new instance

Overload List

Create a new instance

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

Create a new instance.

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

See Also

ServiceDependencyAttribute Class | AqDWeb.Attributes Namespace