Class ElementBase
Inheritance
System.Object
ElementBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export.HTML
Assembly: TelerikData.dll
Syntax
public abstract class ElementBase : IElement
Constructors
ElementBase()
Declaration
protected ElementBase()
ElementBase(IElementsCollection, IAttributesCollection, IStyleValuesCollection)
Declaration
public ElementBase(IElementsCollection elements, IAttributesCollection attributes, IStyleValuesCollection styles)
Parameters
IElementsCollection
elements
|
IAttributesCollection
attributes
|
IStyleValuesCollection
styles
|
Properties
Attributes
Declaration
public virtual IAttributesCollection Attributes { get; }
Property Value
IAttributesCollection
|
Implements
EndTag
Declaration
protected abstract string EndTag { get; }
Property Value
System.String
|
StartTag
Declaration
protected abstract string StartTag { get; }
Property Value
System.String
|
Styles
Declaration
public virtual IStyleValuesCollection Styles { get; }
Property Value
IStyleValuesCollection
|
Implements
Methods
AppendAttributes(StringBuilder)
Declaration
protected virtual void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Render(StringBuilder)
Declaration
public virtual void Render(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Implements
RenderChildElements(StringBuilder)
Declaration
protected virtual void RenderChildElements(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
SetStyles(IStyleValuesCollection)
Declaration
public virtual void SetStyles(IStyleValuesCollection styleValues)
Parameters
IStyleValuesCollection
styleValues
|