An NDoc Documented Class Library

ServiceAttribute Class

Indicate the marked class is a service bound to specified container with a defined key name.

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

System.Object
   Attribute
      ServiceAttribute

[Visual Basic]
Public Class ServiceAttribute
    Inherits Attribute
[C#]
public class ServiceAttribute : Attribute
[C++]
public __gc class ServiceAttribute : public Attribute
[JScript]
public class ServiceAttribute 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

ServiceAttribute Members | AqDWeb.Attributes Namespace