Shunde.NET Framework Class Library

Attrib Class

An Attrib, short for Attribute, is just an attribute for an object

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

System.Object
   DBObject
      TreeNode
         Attrib

public class Attrib : TreeNode

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

This class exists so that you don't need to create a database table for every single kind of attribute. An example of an attribute is Screen Type (LCD or CRT etc) of a Monitor. The monitor would have screenType variable of type Attrib, which would be one of the Attribs in the database with the "ScreenType" AttribType.

Requirements

Namespace: Shunde.Common

Assembly: Shunde (in Shunde.dll)

See Also

Attrib Members | Shunde.Common Namespace