Table of Contents

Class SfFeedRevision

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Feed Revision

SObject Name: FeedRevision

Custom Object: False

public class SfFeedRevision : SObject
Inheritance
SfFeedRevision
Inherited Members

Properties

Action

Action

Name: Action

SF Type: picklist

Nillable: True

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

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

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

Property Value

SfUser

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

string

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?

EditedAttribute

Edited Attribute

Name: EditedAttribute

SF Type: picklist

Nillable: True

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

Property Value

string

FeedEntityId

Feed Entity ID

Name: FeedEntityId

SF Type: reference

Nillable: False

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

Property Value

string

Id

Feed Revision ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

IsValueRichText

Is Value RichText

Name: IsValueRichText

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isValueRichText")]
[Updateable(false)]
[Createable(false)]
public bool? IsValueRichText { get; set; }

Property Value

bool?

Revision

Revision

Name: Revision

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "revision")]
[Updateable(false)]
[Createable(false)]
public int? Revision { get; set; }

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

Value

Value

Name: Value

SF Type: textarea

Nillable: True

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

Property Value

string