Class SfContentNotification
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Content Notification
SObject Name: ContentNotification
Custom Object: False
public class SfContentNotification : SObject
- Inheritance
-
SfContentNotification
- Inherited Members
Properties
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
EntityIdentifierId
Entity ID
Name: EntityIdentifierId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "entityIdentifierId")]
[Updateable(false)]
[Createable(false)]
public string EntityIdentifierId { get; set; }
Property Value
EntityType
Entity Type
Name: EntityType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "entityType")]
[Updateable(false)]
[Createable(false)]
public string EntityType { get; set; }
Property Value
Id
ContentNotification ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Nature
Nature
Name: Nature
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "nature")]
[Updateable(false)]
[Createable(false)]
public string Nature { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Subject
Subject
Name: Subject
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "subject")]
[Updateable(false)]
[Createable(false)]
public string Subject { get; set; }
Property Value
Text
Text
Name: Text
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "text")]
[Updateable(false)]
[Createable(false)]
public string Text { get; set; }
Property Value
Users
ReferenceTo: User
RelationshipName: Users
[JsonProperty(PropertyName = "users")]
[Updateable(false)]
[Createable(false)]
public SfUser Users { get; set; }
Property Value
UsersId
User ID
Name: UsersId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "usersId")]
[Updateable(false)]
[Createable(false)]
public string UsersId { get; set; }