Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / CompositeKeyType Class / GetTypeSpecificSignatureProperties Method
In This Topic
    GetTypeSpecificSignatureProperties Method (CompositeKeyType)
    In This Topic
    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!
    Syntax
    protected override IEnumerable<PropertyInfo> GetTypeSpecificSignatureProperties()

    Return Value

    The type specific signature properties for the class.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also