Table of Contents

Class SfOrgMetricScanResult

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Org Metric Scan Result

SObject Name: OrgMetricScanResult

Custom Object: False

public class SfOrgMetricScanResult : SObject
Inheritance
SfOrgMetricScanResult
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?

Date

Date

Name: Date

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "date")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? Date { get; set; }

Property Value

DateTimeOffset?

Flags

Flags

Name: Flags

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "flags")]
[Updateable(false)]
[Createable(true)]
public int? Flags { get; set; }

Property Value

int?

Id

Org Metric Scan Result 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?

ItemStatus

Status

Name: ItemStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "itemStatus")]
[Updateable(false)]
[Createable(true)]
public string ItemStatus { get; set; }

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

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

string

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

DateTimeOffset?

Name

Org Metric Scan Result

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(true)]
public string Name { get; set; }

Property Value

string

Object

Object

Name: Object

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "object")]
[Updateable(false)]
[Createable(true)]
public string Object { get; set; }

Property Value

string

OrgMetricScanSummary

ReferenceTo: OrgMetricScanSummary

RelationshipName: OrgMetricScanSummary

[JsonProperty(PropertyName = "orgMetricScanSummary")]
[Updateable(false)]
[Createable(false)]
public SfOrgMetricScanSummary OrgMetricScanSummary { get; set; }

Property Value

SfOrgMetricScanSummary

OrgMetricScanSummaryId

Org Metric Scan ID

Name: OrgMetricScanSummaryId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "orgMetricScanSummaryId")]
[Updateable(false)]
[Createable(true)]
public string OrgMetricScanSummaryId { get; set; }

Property Value

string

Profile

Profile

Name: Profile

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(true)]
public int? Profile { get; set; }

Property Value

int?

Quantity

Quantity

Name: Quantity

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "quantity")]
[Updateable(false)]
[Createable(true)]
public int? Quantity { 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?

Type

Type

Name: Type

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(true)]
public string Type { get; set; }

Property Value

string

Url

Url

Name: Url

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "url")]
[Updateable(false)]
[Createable(true)]
public string Url { get; set; }

Property Value

string

User

User

Name: User

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(true)]
public string User { get; set; }

Property Value

string