PFSTargetList Class |
A PFSTargetList can have other sections inside it. Sections can be added to and deleted from the list.
A PFSTargetList can not have keywords, only PFSSection can have keywords.
Namespace: DHI.PFS
The PFSTargetList type exposes the following members.
Name | Description | |
---|---|---|
![]() | PFSTargetList | Initializes a new instance of the PFSTargetList class |
Name | Description | |
---|---|---|
![]() | deleteSection(Int32) |
delete a section from this section object by section index
|
![]() | deleteSection(String, Int32) |
delete a section from this section object by section name and named index
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSection(Int32) |
Get number NodeNo sub-section of this PFSTargetList.
|
![]() | GetSection(String, Int32) |
Get the number NodeNo section with name NodeName
|
![]() | GetSection(String, Int32, Boolean) |
Get the number NodeNo section with name NodeName, null if not existing
|
![]() | GetSectionsCount |
Get the number of sub-sections of this PFSTargetList
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertNewSection |
insert a new section with specified name into this TargetList object
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |