C# Class JsonFx.UI.Jbst.JbstContainerControl

Internal representation of a JBST element.
Inheritance: JbstControl, IEnumerable
Show file Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Private Properties

Property Type Description
IEnumerable IEnumerator

Public Methods

Method Description
JbstContainerControl ( ) : System

Ctor

JbstContainerControl ( string prefix, string tagName ) : System

Ctor

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Enumerates the control as JsonML.

Method Details

JbstContainerControl() public method

Ctor
public JbstContainerControl ( ) : System
return System

JbstContainerControl() public method

Ctor
public JbstContainerControl ( string prefix, string tagName ) : System
prefix string
tagName string
return System