PFSKeyword Methods |
The PFSKeyword type exposes the following members.
Name | Description | |
---|---|---|
DeleteParameter |
Delete a parameter from this keyword by parameter position
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInstanceNo | Obsolete.
Internal method, for testing/debugging only
| |
GetParameter |
Get the parameter number specified.
| |
GetParametersCount |
Return the number of parameters of this KeyWord.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InsertNewParameterBool |
Insert a bool parameter into this keyword at the specified position.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
InsertNewParameterClob |
Insert a Clob parameter into this keyword at the specified position.
The new Clob parameter is returned, and can be populated with data.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
InsertNewParameterDouble |
Insert a double parameter into this keyword at the specified position.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
InsertNewParameterFileName |
Insert a file name parameter into this keyword at the specified position.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
InsertNewParameterInt |
Insert a integer parameter into this keyword at the specified position.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
InsertNewParameterString |
Insert a string parameter into this keyword at the specified position.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
InsertNewParameterUndefined |
Insert a undefined parameter into this keyword at the specified position.
If insertion point equals Count+1, the parameter is added to the end of the list. Parameters at and after the insertion point move down to accomodate the new element. This method is an O(n) operation, where n is number of parameters | |
ModifyName | Obsolete.
Modify the name of this keyword
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |