public class TermInfo : Term, IDetailedTermPublic Class TermInfo
Inherits Term
Implements IDetailedTermpublic ref class TermInfo : public Term,
IDetailedTermtype TermInfo =
class
inherit Term
interface IDetailedTerm
end| TermInfo(String, TermType, String, FunctionSections, Boolean, ArgumentInfo) | Constructor of new Term information. |
| TermInfo(String, TermType, String, FunctionSections, Boolean, Term, ArgumentInfo) | Constructor of new Term information. |
| TermInfo(String, TermType, String, FunctionSections, Boolean, Boolean, ArgumentInfo) | Initializes a new instance of the TermInfo class |
| TermInfo(String, TermType, String, FunctionSections, Boolean, Boolean, Term, ArgumentInfo) | Initializes a new instance of the TermInfo class |
| ArgsCount |
Number of children of the expression component. Can get values:
(Inherited from Term) |
| Arguments | Array of Term's arguments. |
| ChildCount |
Number of children of the expression component. Can get values:
(Inherited from Term) Obsolete. |
| DefaultArguments | List of default arguments to be used for a function. |
| Description | Description of the current Term. |
| IsUndefinedArgumentsSupported | |
| NameGuid |
Gets or sets a GUID for Term text name.
Remarks
Used if the Term has different text names for every Function's Types specified by program.
|
| Section | Term's section. |
| SupportedUnderVectorization | |
| Text | Text value of the expression component. |
| Title | Title of the Term. Always empty as it is not used for Functions. |
| Type |
Type of the expression component.
(Inherited from Term) |
| Visible | If Term is visible for user. |
| AddNameGuidPair | Adds a pair of Name and GUID in order to support additional Function's Type. |
| ChangeTermByNamingType | Changes naming type of the specified Term. |
| Clone |
Clones current expression component.
(Inherited from Term) |
| Equals |
Compares an object with a second one.
(Inherited from Term) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetDetails | Shows a string representation of current expression component information. |
| GetDetailsHtml | Shows a string representation of current expression component information. |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Term) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsPreserved | Checks if Term is defined in one of the loaded plug-ins or is it built-in primitive. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToHtml | |
| ToString |
Shows a string representation of current expression component.
(Inherited from Term) |
| ToTerm | Returns a Term current detailed description is prepared for. |
| ToText |