An NDoc Documented Class Library

GenericServiceEnabledAttribute Class

Mark assembly for automatic generic service scanning and registering.

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

System.Object
   Attribute
      GenericServiceEnabledAttribute

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

Requirements

Namespace: AqDWeb.Attributes

Assembly: AqDWeb (in AqDWeb.dll)

See Also

GenericServiceEnabledAttribute Members | AqDWeb.Attributes Namespace | GenericServiceAttribute