Shunde.NET Framework Class Library

Attrib Members

Attrib overview

Public Static Methods

CreateFromValueCreates a new Attrib with the given Value and Parent and returns the newly created object
GetAttribsAsForestGets and populates all the Attribs for a given AttribType

Public Instance Constructors

Attrib Constructor Initializes a new instance of the Attrib class.

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

Public Instance Methods

CompareTo (inherited from TreeNode)Compares the Name of this string to another TreeNode
Equals (inherited from DBObject)Specifies that two DBObjects are equal
Exists (inherited from DBObject)Checks to see if this object exists in the database
FindDescendant (inherited from TreeNode)Finds the TreeNode from the Children, or descendants of this TreeNode
GetHashCode (inherited from DBObject)Gets the hash key for this object
GetType (inherited from Object)Gets the Type of the current instance.
Populate (inherited from DBObject)Populates this object from the database
PopulateAncestors (inherited from TreeNode)Populates the ancestors of this tree node
PopulateBinaryData (inherited from DBObject)Populates the data of all the BinaryData objects in this class
PopulateObjects (inherited from DBObject)Populates the other DB objects in this class
ResetId (inherited from DBObject) Resets the Id of the object so that when saved again, a new object will be created in the database.
Save Saves this object
ToString (inherited from DBObject)Gets a String representation of this object

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Attrib Class | Shunde.Common Namespace