📄 symbol.xml
字号:
</summary>
<param name="s">A string of help text.</param>
</member>
<member name="P:Symbol.Attributes.HelpTextAttribute.s">
<summary>
The help text string.
</summary>
<value>
A string of help text.
</value>
</member>
<member name="T:Symbol.Attributes.PropertyTypeAttribute">
<summary>
The PropertyTypeAttribute class is used to tag properties in
API objects with information about the type of information they contain.
</summary>
<remarks>
The StandardForms classes use the information provided by this attribute for user
interface purposes.
</remarks>
</member>
<member name="M:Symbol.Attributes.PropertyTypeAttribute.#ctor(System.Type,System.String)">
<summary>
The PropertyTypeAttribute constructor with settable type and its associated
name.
</summary>
<param name="t">The type of the property.</param>
<param name="s">The name associated with the type.</param>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.t">
<summary>
The type of the property.
</summary>
<value>
A type object that specifies the type of the property.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.s">
<summary>
A friendly name for the property type.
</summary>
<value>A string with the name of the property type.</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.IsEnum">
<summary>
Specifies whether or not the property is an enumerated type.
</summary>
<value>
A boolean flag that indicates if the property is an enumerated type.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.IsUint">
<summary>
Specifies whether or not the property is a uint.
</summary>
<value>
A boolean flag that indicates if the property is a uint.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.IsInt">
<summary>
Specifies whether or not the property is a int.
</summary>
<value>
A boolean flag that indicates if the property is a int.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.IsBool">
<summary>
Specifies whether or not the property is a bool.
</summary>
<value>
A boolean flag that indicates if the property is a bool.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.IsString">
<summary>
Specifies whether or not the property is a string.
</summary>
<value>
A boolean flag that indicates if the property is a string.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyTypeAttribute.IsValue">
<summary>
Specifies whether or not the property is a value-type.
</summary>
<value>
A boolean flag that indicates if the property is a value-type.
</value>
</member>
<member name="T:Symbol.Attributes.PropertyReadOnlyAttribute">
<summary>
The PropertyReadOnlyAttribute class is used to tag properties in
API objects with information about whether or not the information it provides
is read only (Cannot be set).
</summary>
<remarks>
The StandardForms classes use the information provided by this attribute for user
interface purposes.
</remarks>
</member>
<member name="M:Symbol.Attributes.PropertyReadOnlyAttribute.#ctor(System.Boolean)">
<summary>
The PropertyReadOnlyAttribute constructor with settable state.
</summary>
<param name="b">A boolean flag that specifies whether or not the property
is read only.</param>
</member>
<member name="P:Symbol.Attributes.PropertyReadOnlyAttribute.IsReadOnly">
<summary>
Specifies whether or not the property is read only.
</summary>
<value>
A boolean flag that indicates if the property is read only.
</value>
</member>
<member name="T:Symbol.Attributes.PropertyRangeAttribute">
<summary>
The PropertyRangeAttribute class is used to tag properties in
API objects with information about the range of possible values that the
property can be.
</summary>
<remarks>
The StandardForms classes use the information provided by this attribute for user
interface purposes.
</remarks>
</member>
<member name="M:Symbol.Attributes.PropertyRangeAttribute.#ctor(System.Int32,System.Int32)">
<summary>
The PropertyRangeAttribute constructor with settable minimum and maximum values.
</summary>
<param name="min">The minimum possible integer that the property can be.</param>
<param name="max">The maximum possible integer that the property can be.</param>
</member>
<member name="M:Symbol.Attributes.PropertyRangeAttribute.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>
The PropertyRangeAttribute constructor with settable minimum, maximum, and
incremental values.
</summary>
<param name="min">The minimum possible integer that the property can be.</param>
<param name="max">The maximum possible integer that the property can be.</param>
<param name="inc">An integer that specifies how much to increment or decrement
when presenting values between min and max to the user.</param>
</member>
<member name="P:Symbol.Attributes.PropertyRangeAttribute.min">
<summary>
The minimum possible integer that the property can be.
</summary>
<value>
The minimum possible integer that the property can be.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyRangeAttribute.max">
<summary>
The maximum possible integer that the property can be.
</summary>
<value>
The maximum possible integer that the property can be.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyRangeAttribute.inc">
<summary>
An integer that specifies how much to increment or decrement
when presenting values between min and max to the user.
</summary>
<value>
An integer with information on how much to increment or decrement
through the range of valid property values.
</value>
</member>
<member name="T:Symbol.Attributes.PropertyClassAttribute">
<summary>
The PropertyClassAttribute class is an attribute that is used to tag properties in
API objects that return subclass API objects.
</summary>
<remarks>
Using the PropertyClassAttribute tag on a property provides a mechanism for nesting
API classes within eachother. By enumerating the properties tagged with this
attribute, the UI can then recurse down through all the meta-data and provide
an extensive UI for setting/getting parameters.
</remarks>
</member>
<member name="M:Symbol.Attributes.PropertyClassAttribute.#ctor(System.Type,System.String,System.Int32)">
<summary>
PropertyClassAttribute constructor is called internally to the class libraries
with settable index number.
</summary>
<param name="t">A Type object that specifies the type of class.</param>
<param name="s">A string that specifies a friendly name to call the
property for UI purposes.</param>
<param name="i">An integer index number associated with the attribute.</param>
</member>
<member name="M:Symbol.Attributes.PropertyClassAttribute.#ctor(System.Type,System.String)">
<summary>
PropertyClassAttribute constructor is called internally to the class libraries.
</summary>
<remarks>The index number is set to 0.</remarks>
<param name="t">A Type object that specifies the type of class.</param>
<param name="s">A string that specifies a friendly name to call the
property for UI purposes.</param>
</member>
<member name="P:Symbol.Attributes.PropertyClassAttribute.t">
<summary>
A Type object that specifies the type of class.
</summary>
<value>
A Type object.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyClassAttribute.s">
<summary>
A string that specifies a friendly name to call the property for UI purposes.
</summary>
<value>
A string.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyClassAttribute.i">
<summary>
An integer index number associated with the attribute.
</summary>
<value>
An integer.
</value>
</member>
<member name="T:Symbol.Attributes.PropertyValueAttribute">
<summary>
The PropertyValueAttribute class is used to tag properties in
API objects with information about the values the property can be.
</summary>
<remarks>
The StandardForms classes use the information provided by this attribute for user
interface purposes.
</remarks>
</member>
<member name="M:Symbol.Attributes.PropertyValueAttribute.#ctor(System.String,System.Object)">
<summary>
The PropertyValueAttribute constructor with settable value name and its
associated number.
</summary>
<param name="s">A string that contains the name of the value.</param>
<param name="o">A number that is associated with the value name.</param>
</member>
<member name="M:Symbol.Attributes.PropertyValueAttribute.CompareTo(System.Object)">
<summary>
Compares two property attributes.
</summary>
<param name="o">A boxed PropertyValueAttribute to compare.</param>
<returns> If the int value associated with each PropertyValueAttribute
is equal 0 is returned. -1 is returned if the value of the PropertyValueAttribute
passed in as a parameter is greater. 1 is returned if the value of the
PropertyValueAttribute passed in as a parameter is less.</returns>
</member>
<member name="P:Symbol.Attributes.PropertyValueAttribute.s">
<summary>
The friendly name of the PropertyValueAttribute.
</summary>
<value>
A string that contains the PropertyValueAttribute name.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyValueAttribute.n">
<summary>
A number associated with the PropertyValueAttribute.
</summary>
<value>
A int number associated with the PropertyValueAttribute.
</value>
</member>
<member name="P:Symbol.Attributes.PropertyValueAttribute.o">
<summary>
A boxed object associated with the PropertyValueAttribute.
</summary>
<value>
A boxed object associated with the PropertyValueAttribute.
</value>
</member>
<member name="T:Symbol.Attributes.PropertyAttribute">
<summary>
The PropertyAttribute class encapsulates all tagged attributes for a property. This
class provides a means to obtain information about all the attributes. This class
is normally instantiated by the <see cref="M:Symbol.API.GetProperties"/> method.
</summary>
<remarks>
The StandardForms classes use the information provided by this attribute for user
interface purposes.
</remarks>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.#ctor(Symbol.API)">
<summary>
PropertyAttribute constructor with settable <see cref="T:Symbol.API"/> owner.
</summary>
<param name="o">A Symbol.API object that owns the property that will be
tagged with the PropertyAttribute.</param>
</member>
<member name="M:Symbol.Attributes.PropertyAttribute.GetIndex">
<summary>
Gets the Index of the PropertyAttribute ValueList. The location of the property
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -