Table of Contents

Class SfMLModelFactorComponent

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

ML Model Factor Component

SObject Name: MLModelFactorComponent

Custom Object: False

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

FactorLabelKey

Factor Label Key

Name: FactorLabelKey

SF Type: string

Nillable: True

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

Property Value

string

FeatureType

Feature Type

Name: FeatureType

SF Type: picklist

Nillable: True

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

Property Value

string

FeatureValue

Feature Value

Name: FeatureValue

SF Type: string

Nillable: True

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

Property Value

string

Id

ML Model Factor Components 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?

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?

LeftHandDerivedField

Left Hand Derived Field

Name: LeftHandDerivedField

SF Type: string

Nillable: True

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

Property Value

string

Model

ReferenceTo: MLModel

RelationshipName: Model

[JsonProperty(PropertyName = "model")]
[Updateable(false)]
[Createable(false)]
public SfMLModel Model { get; set; }

Property Value

SfMLModel

ModelFactor

ReferenceTo: MLModelFactor

RelationshipName: ModelFactor

[JsonProperty(PropertyName = "modelFactor")]
[Updateable(false)]
[Createable(false)]
public SfMLModelFactor ModelFactor { get; set; }

Property Value

SfMLModelFactor

ModelFactorId

ML Model Factor ID

Name: ModelFactorId

SF Type: reference

Nillable: False

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

Property Value

string

ModelId

ML Model ID

Name: ModelId

SF Type: reference

Nillable: True

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

Property Value

string

Name

Name

Name: Name

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

Operator

Operator

Name: Operator

SF Type: picklist

Nillable: True

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

Property Value

string

RightHandDerivedField

Right Hand Derived Field

Name: RightHandDerivedField

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SortOrder

Sort Order

Name: SortOrder

SF Type: int

Nillable: True

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

Property Value

int?

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: string

Nillable: True

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

Property Value

string