Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / ValueObject Class
Methods


Version
ValueObject Class Members

The following tables list the members exposed by ValueObject.

Public Methods
 NameDescription
Public MethodOverridden.  Determines if this object instance is equal to another.  
Public MethodOverridden. Serves as the default hash function.  
Public Method Gets the signature properties for the class type. (Inherited from CommerceBuilder.DomainModel.BaseObject)
Public Method You may override this method to provide your own comparison routine. (Inherited from CommerceBuilder.DomainModel.BaseObject)
Top
Protected Methods
 NameDescription
Protected MethodOverridden.  Enforces the template method pattern to have child objects determine which specific properties should and should not be included in the object signature comparison. Note that the the BaseObject already takes care of performance caching, so this method shouldn't worry about caching...just return the goods man!  
Protected Method

When NHibernate proxies objects, it masks the type of the actual entity object. This wrapper burrows into the proxied object to get its actual type.

Although this assumes NHibernate is being used, it doesn't require any NHibernate related dependencies and has no bad side effects if NHibernate isn't being used.

Related discussion is at http://groups.google.com/group/sharp-architecture/browse_thread/thread/ddd05f9baede023a ...thanks Jay Oliver!

(Inherited from CommerceBuilder.DomainModel.BaseObject)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
Top
Public Operators
Defines the equality operator.
Defines the not equal operator.
Top
See Also