Table of Contents

Class SfPeriod

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Period

SObject Name: Period

Custom Object: False

public class SfPeriod : SObject
Inheritance
SfPeriod
Inherited Members

Properties

EndDate

End Date

Name: EndDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "endDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? EndDate { get; set; }

Property Value

DateTime?

FiscalYearSettings

ReferenceTo: FiscalYearSettings

RelationshipName: FiscalYearSettings

[JsonProperty(PropertyName = "fiscalYearSettings")]
[Updateable(false)]
[Createable(false)]
public SfFiscalYearSettings FiscalYearSettings { get; set; }

Property Value

SfFiscalYearSettings

FiscalYearSettingsId

Fiscal Year Settings ID

Name: FiscalYearSettingsId

SF Type: reference

Nillable: True

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

Property Value

string

FullyQualifiedLabel

Fully Qualified Label

Name: FullyQualifiedLabel

SF Type: string

Nillable: True

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

Property Value

string

Id

Period ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsForecastPeriod

Is Forecast Period

Name: IsForecastPeriod

SF Type: boolean

Nillable: False

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

Property Value

bool?

Number

Number

Name: Number

SF Type: int

Nillable: True

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

Property Value

int?

PeriodLabel

Period Name

Name: PeriodLabel

SF Type: picklist

Nillable: True

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

Property Value

string

QuarterLabel

Quarter Name

Name: QuarterLabel

SF Type: picklist

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartDate

Start Date

Name: StartDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "startDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? StartDate { get; set; }

Property Value

DateTime?

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

Nillable: True

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

Property Value

string