Interface IShelf
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Represents a generic domain model within the Shelf system. A Shelf can optionally contain an ShelfOriginBase object describing the external origin or source of this entity.
public interface IShelf
Properties
Origin
Gets or sets the origin information for this Shelf instance. May be null if the object was created locally or has no external source.
ShelfOriginBase? Origin { get; set; }