Class SuggestedAppointmentEntity
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SuggestedAppointmentEntity.
Inheritance
object ←
Carrier ←
SuggestedAppointmentEntity
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()
Examples
Get SuggestedAppointmentEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new AppointmentAgent(configuration);
var suggestedAppointmentEntity = agent.GetSuggestedAppointmentEntity( 123 );
Constructors
SuggestedAppointmentEntity()
Default constructor - defaults any enum props to 0.
Properties
AssignToMember
Should this appointment be assigned to project member
Property Value
bool
AutoSuggest
Should this appointment be auto-suggested
Property Value
bool
DaysFuture
How many days into the future the appointment should be scheduled
Property Value
short
Deleted
0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists
Property Value
bool
Duration
Duration in minutes of suggested appointment
Property Value
TimeSpan
IsMilestone
Is this a milestone activity
Property Value
bool
Name
Item name, visible in Guide
Property Value
string
ProjectTypeStatusLink
Project type and project status link info
Property Value
ProjectTypeStatusLink
Rank
Rank, controls rank of non-instantiated items in Guide
Property Value
short
SaleTypeStageLink
Sale type and stage link info
Property Value
SaleTypeStageLink
SuggestedAppointmentId
Primary key
Property Value
int
Text
The suggested text of the new appointment
Property Value
string
Tooltip / description
Property Value
string
Type
Type of the suggested appointment
Property Value
SoTask
See Also
AppointmentAgent