Northwoods.Go Assembly > Northwoods.Go Namespace : GoPartInfo Class |
For a list of all members of this type, see GoPartInfo members.
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. |