GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class
Members
In This Topic
    GoPartInfo Class
    In This Topic
    This class holds information to be transmitted to the client as a JavaScript object with property values, describing some GoObject.
    Syntax
    [DefaultMember("Item")]
    [Serializable()]
    public class GoPartInfo 
    Remarks
    The standard set of properties to be generated include ID, Text, SingleClick, DoubleClick, and ContextClick. You can add whatever properties your web application needs to have on the client by calling the SetProperty method.
    See Also