Interface IRequestable
Defines the very basic interface for every object that is somehow requestable through an external querying system
public interface IRequestable
Properties
Requested
Was this object requested, a collection with 0 items and Requested == false was never loaded
bool Requested { get; set; }