Base class for all objects being rendered
| C# | Visual Basic | Visual Basic Usage |
public abstract class RenderedObject : StateManagedObject, IOrdering
Public MustInherit Class RenderedObject _ Inherits StateManagedObject _ Implements IOrdering
Dim instance As RenderedObject
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| RenderedObject(IContainer) | Initializes a new instance of the RenderedObject class | |
| BringForward()()()() |
Send element at one step forward in the render order list
| |
| BringToFront()()()() |
Set element at the first position in render order list
| |
| CloneState()()()() |
Makes a view state clone
(Inherited from StateManagedObject.) | |
| Container |
Link to container element
| |
| Dispose()()()() | (Inherited from StateManagedObject.) | |
| Dispose(Boolean) | (Inherited from StateManagedObject.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetOrder()()()() |
Get this elements order position in container
| |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LoadViewState(Object) |
Loads data from a view state
(Inherited from StateManagedObject.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| objectContainer |
Container, that contains the render order for taken up elements
(For property)
| |
| Remove()()()() |
Remove this element from render order list
| |
| SaveViewState()()()() |
Saves object data to a view state
(Inherited from StateManagedObject.) | |
| SendBackward()()()() |
Send element at one step back in the render order list
| |
| SendToBack()()()() |
Send element at the end of render order list
| |
| SetDirty()()()() |
Sets the item dirty state
(Inherited from StateManagedObject.) | |
| SetOrder(Int32) |
Set this object in new render order position
| |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| TrackViewState()()()() |
Tracks view state changes
(Inherited from StateManagedObject.) | |
| ViewStateIgnoresCase |
Gets if view sate should ignore case
(Inherited from StateManagedObject.) |