﻿
Type.registerNamespace('OnLineExt');

OnLineExt.PostBackArg = function() {
    throw Error.invalidOperation();
}

OnLineExt.PostBackArg.prototype = {
        undef : 0x1,
        value : 0x2,
        _checked : 0x3,
        innerText : 0x4,
        myvalue : 0x5,
        DataIArg: 0x6,
        DataIArgS : 0x7
}

OnLineExt.PostBackArg.registerEnum('OnLineExt.PostBackArg', true);