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
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Date
Date
Name: Date
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "date")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? Date { get; set; }
Property Value
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
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
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
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
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
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
Object
Object
Name: Object
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "object")]
[Updateable(false)]
[Createable(true)]
public string Object { get; set; }
Property Value
OrgMetricScanSummary
ReferenceTo: OrgMetricScanSummary
RelationshipName: OrgMetricScanSummary
[JsonProperty(PropertyName = "orgMetricScanSummary")]
[Updateable(false)]
[Createable(false)]
public SfOrgMetricScanSummary OrgMetricScanSummary { get; set; }
Property Value
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
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
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Type
Type
Name: Type
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(true)]
public string Type { get; set; }
Property Value
Url
Url
Name: Url
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "url")]
[Updateable(false)]
[Createable(true)]
public string Url { get; set; }
Property Value
User
User
Name: User
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(true)]
public string User { get; set; }