Table of Contents

Class SfDocumentAttachmentMap

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Document Entity Map

SObject Name: DocumentAttachmentMap

Custom Object: False

public class SfDocumentAttachmentMap : SObject
Inheritance
SfDocumentAttachmentMap
Inherited Members

Properties

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?

DocumentId

Document ID

Name: DocumentId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "documentId")]
public string DocumentId { get; set; }

Property Value

string

DocumentSequence

Attachment Sequence

Name: DocumentSequence

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "documentSequence")]
public int? DocumentSequence { get; set; }

Property Value

int?

Id

Document Entity Map Id

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

ParentId

Entity ID

Name: ParentId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string