A collection of Portal Resources.
Implements I_ISDirty, I_ISObjectName
Methods
|
Name |
Description |
|
Add |
Add an item to the end of the collection. |
|
Clear |
Clear collection. |
|
ClearResourceCache |
Clear any Cached Resources such as LESS stylesheets. |
|
CreatePortalResource |
Create a finPortalResource object. |
|
Exists |
Check to see if an item with this Portal Resource Id exists in the collection. |
|
ExistsPk |
Checks to see if an item with the specified primary key exists in the collection. |
|
FromXmlString |
Populates collection from an XML string. |
|
GetListSorted |
Get a list of items sorted alphabetically by Portal Resource Id. |
|
GetObjectName |
|
|
Insert |
Insert an item into the collection at the specified position. |
|
Remove |
Remove an item from the collection. |
|
RemoveAt |
Remove an item from the collection. |
|
ToXmlString |
Persists collection to an XML string. |
|
Validate |
Validate Resources. |
Properties
|
Name |
Description |
|
IsDirty Read-Only |
Indicates whether this collection or any of its items have been modified. |
|
ItemByAutoBackupKey Read-Only |
Get an item by its Auto Backup Key. |
|
ItemByPk Read-Only |
Retrieve an item by its primary key or Nothing if no item exists with this primary key. |
|
ItemByPortalResourceId Read-Only |
Retrieve an item by its Portal Resource Id or Nothing if no item with this Portal Resource Id exists in the collection. |
|
Parent Read-Only |
The collection's parent object. |
|
Portal Read-Only |
The collection's parent Portal. |
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0