Table of Contents

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

DateTimeOffset?

EntityIdentifierId

Entity ID

Name: EntityIdentifierId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "entityIdentifierId")]
[Updateable(false)]
[Createable(false)]
public string EntityIdentifierId { get; set; }

Property Value

string

EntityType

Entity Type

Name: EntityType

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "entityType")]
[Updateable(false)]
[Createable(false)]
public string EntityType { get; set; }

Property Value

string

Id

ContentNotification ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

Nature

Nature

Name: Nature

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "nature")]
[Updateable(false)]
[Createable(false)]
public string Nature { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Subject

Subject

Name: Subject

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "subject")]
[Updateable(false)]
[Createable(false)]
public string Subject { get; set; }

Property Value

string

Text

Text

Name: Text

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "text")]
[Updateable(false)]
[Createable(false)]
public string Text { get; set; }

Property Value

string

Users

ReferenceTo: User

RelationshipName: Users

[JsonProperty(PropertyName = "users")]
[Updateable(false)]
[Createable(false)]
public SfUser Users { get; set; }

Property Value

SfUser

UsersId

User ID

Name: UsersId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "usersId")]
[Updateable(false)]
[Createable(false)]
public string UsersId { get; set; }

Property Value

string