Class SfHoliday
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Holiday
SObject Name: Holiday
Custom Object: False
public class SfHoliday : SObject
- Inheritance
-
SfHoliday
- Inherited Members
Properties
ActivityDate
Holiday Date
Name: ActivityDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "activityDate")]
public DateTime? ActivityDate { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Description
Description
Name: Description
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
EndTimeInMinutes
End Time In Minutes From Midnight
Name: EndTimeInMinutes
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "endTimeInMinutes")]
public int? EndTimeInMinutes { get; set; }
Property Value
- int?
Id
Holiday ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsAllDay
All Day
Name: IsAllDay
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAllDay")]
public bool? IsAllDay { get; set; }
Property Value
- bool?
IsRecurrence
Recurring Holiday
Name: IsRecurrence
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isRecurrence")]
public bool? IsRecurrence { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
Name
Holiday Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
RecurrenceDayOfMonth
Recurrence Day of Month
Name: RecurrenceDayOfMonth
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recurrenceDayOfMonth")]
public int? RecurrenceDayOfMonth { get; set; }
Property Value
- int?
RecurrenceDayOfWeekMask
Recurrence Day of Week Mask
Name: RecurrenceDayOfWeekMask
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recurrenceDayOfWeekMask")]
public int? RecurrenceDayOfWeekMask { get; set; }
Property Value
- int?
RecurrenceEndDateOnly
Recurrence End
Name: RecurrenceEndDateOnly
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "recurrenceEndDateOnly")]
public DateTime? RecurrenceEndDateOnly { get; set; }
Property Value
RecurrenceInstance
Recurrence Instance
Name: RecurrenceInstance
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceInstance")]
public string RecurrenceInstance { get; set; }
Property Value
RecurrenceInterval
Recurrence Interval
Name: RecurrenceInterval
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recurrenceInterval")]
public int? RecurrenceInterval { get; set; }
Property Value
- int?
RecurrenceMonthOfYear
Recurrence Month of Year
Name: RecurrenceMonthOfYear
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceMonthOfYear")]
public string RecurrenceMonthOfYear { get; set; }
Property Value
RecurrenceStartDate
Recurrence Start
Name: RecurrenceStartDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "recurrenceStartDate")]
public DateTime? RecurrenceStartDate { get; set; }
Property Value
RecurrenceType
Recurrence Type
Name: RecurrenceType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "recurrenceType")]
public string RecurrenceType { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartTimeInMinutes
Start Time In Minutes From Midnight
Name: StartTimeInMinutes
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "startTimeInMinutes")]
public int? StartTimeInMinutes { get; set; }
Property Value
- int?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }