This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class CacheDependencyList |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CacheDependencyList |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
CacheDependencyList |
Public Methods
Name | Description | |
---|---|---|
Create |
Creates a dependency list based on the assemblies of specified module provider.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsUpToDate |
Returns a value indicating whether the modules of the specified module provider correspond to the modules in this instance.
|
|
Load |
Loads the dependency list from specified folder path.
|
|
Save |
Saves this instance to specified folder.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Dependencies |
Gets or sets the list of dependencies.
|
|
Modules |
Gets or sets the list of module id's.
|
See Also
Smartsite.Validation.Sxml Namespace