Skip to main content

Class HistoryRequest

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for HistoryRequest. Specification for a request for history information, by id. It is possible to ask for rights for a new record (insert), but then you need to supply the parent ID for entities that have parents (projectmember, selectionmember, person)

Inheritance

objectCarrierHistoryRequest

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

HistoryRequest()

Default constructor - defaults any enum props to 0.

Properties

EntityName

Name of entity to get history for

Property Value

string

EntityOrParentId

ID of entity to get history for, or parent entity id if requesting insert rights for an entity that has a parent

Property Value

int

RequestForNewRecord

Are we requesting insert rights? If true, then EntityorParentId is taken to mean parent id

Property Value

bool

See Also

ViewStateAgent