LightweightStringFragmentCacheKey Structure |
Simple struct key for usage with the StringFragmentsCache.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic struct LightweightStringFragmentCacheKey
Public Structure LightweightStringFragmentCacheKey
The LightweightStringFragmentCacheKey type exposes the following members.
Constructors
| Name | Description |
---|
 | LightweightStringFragmentCacheKey(String) |
CTor
|
 | LightweightStringFragmentCacheKey(String, String) |
CTor
|
 | LightweightStringFragmentCacheKey(String, String, String) |
CTor
|
 | LightweightStringFragmentCacheKey(String, String, String, String) |
CTor
|
 | LightweightStringFragmentCacheKey(String, String, String, String, String) |
CTor
|
Top
Methods
| Name | Description |
---|
 | Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) |
 | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
See Also