Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.TreeEntry Class

Base class for all tree entries.

Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Inheritance

Syntax

public abstract class TreeEntry;

Constructors

PublicTreeEntryConstructor.

Properties

PublicAfterTextOptional. The item's text display after the text. Must render as an <a> tag.
PublicBeforeTextOptional. The item's text display ahead of the text. Must render as an <a> tag.
PublicCollapsedDetermines whether the item should be rendered collapsed (true) or expanded (false).
PublicDynamicSubEntriesDetermines whether an item's subitems are dynamically added/removed.
PublicExtraCssThe item's additional CSS added to the link generated for the entry.
PublicLinkTypeThe type of link used by the entry.
PublicSelectedDetermines whether the item should be rendered as initially selected.
PublicSubEntriesThe item's collection of subitems or null if the item has no subitems.
PublicTextThe item's displayed text. Must be a string, not a complex component.
PublicUrlContentUsed as the item's target URL, used to replace a content pane or the entire page if no content information is available.
PublicUrlNewUsed as the item's target URL, opened in a new window.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview