GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class
Properties Methods


In This Topic
    GoPartInfo Class Members
    In This Topic

    The following tables list the members exposed by GoPartInfo.

    Public Constructors
     NameDescription
    Public Constructor Construct an empty GoPartInfo.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the JavaScript to be executed when the user context-clicks an object.  
    Public Property Gets or sets the JavaScript to be executed when the user double-clicks an object.  
    Public Property Gets or sets an identifier describing an object.  
    Public Property This indexed property makes it syntactically easier to get and set properties.  
    Public Property Gets or sets the JavaScript to be executed when the user clicks an object.  
    Public Property Gets or sets a text string describing an object.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Given a string, produce the contents of a JavaScript string literal with single-quote and double-quote characters back-slashified, surrounded by double quote marks.  
    Public Method Compare all of the properties.  
    Public Method Consider all of the properties.  
    Public Method This method provides a general way to get the value for any property.  
    Public Methodstatic (Shared in Visual Basic) Given a string, produce the contents of a JavaScript string literal with single-quote and double-quote characters back-slashified.  
    Public Method This method provides a general way to set the value for any property.  
    Public Methodstatic (Shared in Visual Basic) Given a string, produce the contents of a JavaScript string literal with single-quote and double-quote characters back-slashified, surrounded by single quote marks.  
    Public Method Produce a JavaScript expression that constructs a JavaScript object holding all of the property/value pairs described by this GoPartInfo.  
    Top
    See Also