Method | Description | |
---|---|---|
GenerateCacheKey ( ) : string |
Gets the cache key for the object.
|
Method | Description | |
---|---|---|
GetSignatureProperties ( ) : IEnumerable |
|
|
GetTypeSpecificSignatureProperties ( ) : IEnumerable |
The getter for SignatureProperties for value objects should include the properties which make up the entirety of the object's properties; that's part of the definition of a value object. This ensures that the value object has no properties decorated with the [DomainSignature] attribute. |
Method | Description | |
---|---|---|
GenerateCacheKey ( |
Generate a cachekey from the ICacheable object. This method crawls the object and creates a string containing a key pair value for all properties and collections.
|
protected GetSignatureProperties ( ) : IEnumerable |
||
return | IEnumerable |
protected GetTypeSpecificSignatureProperties ( ) : IEnumerable |
||
return | IEnumerable |