Skip to main content

Class SelectionForFind

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SelectionForFind. Provider name and selection id for a Find temporary selection

Inheritance

objectCarrierSelectionForFind

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

SelectionForFind()

Default constructor - defaults any enum props to 0.

Properties

CanSaveAsSelection

Most Find entities support saving the search as a Dynamic Selection: this bool indicates if that is the case

Property Value

bool

FilterScreenHeading

‘Find sale’, or whatever is appropriate for the Find <entity> filter page; this string will contain resource references

Property Value

string

MainHeading

‘Sale’, intended for the main headings in the Find front page; this string will contain resource references

Property Value

string

ProviderName

The name of the Archive Provider to use when working with this selection; this is the main entity provider, never Shadow, Combined or anything else fancy

Property Value

string

SelectionEntityHeading

‘Companies’, or whatever else is appropriate - the plural form of the entity name, intended for the Selection.Details tab before it is saved (!!); this string will contain resource references

Property Value

string

SelectionId

Primary key

Property Value

int

See Also

SelectionAgent