Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IPersistableEntity Interface
Properties Methods

In This Topic
    IPersistableEntity Interface Members
    In This Topic

    The following tables list the members exposed by IPersistableEntity.

    Public Properties
     NameDescription
     Property Gets or sets an instance of the repository for this entity  
    Top
    Public Methods
     NameDescription
     Method Gets the signature properties for the entity.  
     Method Gets a value that indicates whether the entity instance is transient.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Delete the entity from the database
    Public Extension Method Save the entity to the database
    Top
    See Also