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 PriorityDateComparer |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class PriorityDateComparer |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
PriorityDateComparer |
Initialize a new instance of the PriorityDateComparer class with a list of unsorted cache items.
|
Public Methods
Name | Description | |
---|---|---|
Compare |
Compares two CacheItem objects and returns a value indicating whether one is less than, equal to or greater than the other in priority by date.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Tools.Caching Namespace