Shunde.NET Framework Class Library

Attrib Properties

The properties of the Attrib class are listed below. For a complete list of Attrib class members, see the Attrib Members topic.

Public Instance Properties

AttribTypeThe type of this Attribute
Children (inherited from TreeNode)The Children of this TreeNode
DisplayOrder (inherited from DBObject)The relative (to other DBObjects) display order that this DBObject should appear in
FriendlyName (inherited from TreeNode) Gets the friendly name of the object
FullName (inherited from TreeNode)Returns the Name of this TreeNode, with all ancestors names
Id (inherited from DBObject)The id of the object
IsDeleted (inherited from DBObject)Specifies that this object is deleted
IsHidden (inherited from TreeNode)Specifies that this TreeNode is hidden
IsLeaf (inherited from TreeNode)Returns true if this TreeNode is a leaf node (ie. has no Children)
IsShaded (inherited from TreeNode)Specifies whether a TreeNode is visible, or shaded
IsVisible (inherited from TreeNode)Returns true if this TreeNode, and none of its parents, are hidden
LastUpdate (inherited from DBObject)The last time that this object was updated.
LastUpdatedBy (inherited from DBObject)The person or user who last updated this object
Name (inherited from TreeNode)The Name of the TreeNode
Notes (inherited from TreeNode)Notes pertaining to this TreeNode
Parent (inherited from TreeNode)The Parent of this TreeNode
RootNode (inherited from TreeNode)Returns the root node of the tree that this TreeNode belongs in
TextualValue Returns the textual value of this attribute
ValueThe Value of this attribute

See Also

Attrib Class | Shunde.Common Namespace