Class SelectionForFind
Provider name and selection id for a Find temporary selection
Carrier object for SelectionForFind. Services for the SelectionForFind Carrier is available from the Selection Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SelectionForFind : Carrier
Constructors
SelectionForFind()
Default constructor
Declaration
public SelectionForFind()
See Also
Properties
CanSaveAsSelection
Most Find entities support saving the search as a Dynamic Selection: this bool indicates if that is the case
Declaration
[DataMember]
public virtual bool CanSaveAsSelection { get; set; }
Property Value
Type | Description |
---|---|
bool |
See Also
FilterScreenHeading
'Find sale', or whatever is appropriate for the Find <entity> filter page; this string will contain resource references
Declaration
[DataMember]
public virtual string FilterScreenHeading { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
MainHeading
'Sale', intended for the main headings in the Find front page; this string will contain resource references
Declaration
[DataMember]
public virtual string MainHeading { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
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
Declaration
[DataMember]
public virtual string ProviderName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
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
Declaration
[DataMember]
public virtual string SelectionEntityHeading { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
SelectionId
Primary key
Declaration
[DataMember]
public virtual int SelectionId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
string | The carrier contents. |