Interface IColumnConstructor

interface IColumnConstructor {
    new IColumnConstructornew (id, desc, factory): Column;
}

Constructors

Constructors