Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 3 revisions

Derived from Instantiator with sub data fetching facilities for hierarchical data access.

ItemTemplate stores the dynamic method for instantiating the control tree defined in a valid IML file.

namespace: Crow

Inheritance Hierarchy

  • ItemTemplate

Syntax

public class ItemTemplate : Instantiator

Constructors

prototype description
ItemTemplate (Interface _iface, string path, string _dataTest="TypeOf", string _dataType="default", string _fetchDataMethod=null) Initializes a new instance of the Crow.ItemTemplate class by parsing the file passed as argument.
ItemTemplate (Interface _iface, Stream ImlFragment, string _dataTest="TypeOf", string _dataType="default", string _fetchDataMethod=null) Initializes a new instance of the Crow.ItemTemplate class by parsing the IML fragment passed as arg.
ItemTemplate (Interface _iface, XmlReader reader, string _dataTest="TypeOf", string _dataType=null, string _fetchDataMethod=null) Initializes a new instance of the Crow.ItemTemplate class using the opened XmlReader in args.

Properties

name description

Methods

prototype description
void CreateExpandDelegate(TemplatedGroup host) Creates the expand delegate.

Events

name description
Clone this wiki locally