Northwoods.Go Assembly > Northwoods.Go Namespace : GoPartInfo Class |
The following tables list the members exposed by GoPartInfo.
Name | Description | |
---|---|---|
![]() | GoPartInfo Constructor | Construct an empty GoPartInfo. |
Name | Description | |
---|---|---|
![]() | ContextClick | Gets or sets the JavaScript to be executed when the user context-clicks an object. |
![]() | DoubleClick | Gets or sets the JavaScript to be executed when the user double-clicks an object. |
![]() | ID | Gets or sets an identifier describing an object. |
![]() | Item | This indexed property makes it syntactically easier to get and set properties. |
![]() | SingleClick | Gets or sets the JavaScript to be executed when the user clicks an object. |
![]() | Text | Gets or sets a text string describing an object. |
Name | Description | |
---|---|---|
![]() ![]() | DQuote | 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. |
![]() | Equals | Compare all of the properties. |
![]() | GetHashCode | Consider all of the properties. |
![]() | GetProperty | This method provides a general way to get the value for any property. |
![]() ![]() | Quote | Given a string, produce the contents of a JavaScript string literal with single-quote and double-quote characters back-slashified. |
![]() | SetProperty | This method provides a general way to set the value for any property. |
![]() ![]() | SQuote | 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. |
![]() | ToString | Produce a JavaScript expression that constructs a JavaScript object holding all of the property/value pairs described by this GoPartInfo. |