An NDoc Documented Class Library

ServiceDependencyAttribute Class

Indicate the marked class has a dependency to another service bound in specified container with a key name.

For a list of all members of this type, see ServiceDependencyAttribute Members.

System.Object
   Attribute
      ServiceDependencyAttribute

[Visual Basic]
Public Class ServiceDependencyAttribute
    Inherits Attribute
[C#]
public class ServiceDependencyAttribute : Attribute
[C++]
public __gc class ServiceDependencyAttribute : public Attribute
[JScript]
public class ServiceDependencyAttribute extends Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Currently this attribute is used only for documentation.

Requirements

Namespace: AqDWeb.Attributes

Assembly: AqDWeb (in AqDWeb.dll)

See Also

ServiceDependencyAttribute Members | AqDWeb.Attributes Namespace