Class ControlPathResolver.CacheItem
Inheritance
System.Object
ControlPathResolver.CacheItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Core
Assembly: Mediachase.BusinessFoundation.dll
Version: 12.17.2Syntax
protected class CacheItem
Constructors
CacheItem(String, String, String)
Initializes a new instance of the ControlPathResolver.CacheItem class.
Declaration
public CacheItem(string Name, string KeyFormat, string ControlPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | The name. |
System.String | KeyFormat | The key format. |
System.String | ControlPath | The control path. |
Properties
ControlPath
Gets or sets the control path.
Declaration
public string ControlPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The control path. |
KeyFormat
Gets or sets the key format.
Declaration
public string KeyFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key format. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |