Class SfBriefcaseRule
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Briefcase Rule
SObject Name: BriefcaseRule
Custom Object: False
public class SfBriefcaseRule : SObject
- Inheritance
-
SfBriefcaseRule
- Inherited Members
Properties
Briefcase
ReferenceTo: BriefcaseDefinition
RelationshipName: Briefcase
[JsonProperty(PropertyName = "briefcase")]
[Updateable(false)]
[Createable(false)]
public SfBriefcaseDefinition Briefcase { get; set; }
Property Value
BriefcaseId
Briefcase Definition ID
Name: BriefcaseId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "briefcaseId")]
[Updateable(false)]
[Createable(false)]
public string BriefcaseId { get; set; }
Property Value
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
FilterLogic
Filter Logic
Name: FilterLogic
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "filterLogic")]
[Updateable(false)]
[Createable(false)]
public string FilterLogic { get; set; }
Property Value
Id
Briefcase Rule ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsAscendingOrder
Ascending
Name: IsAscendingOrder
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAscendingOrder")]
[Updateable(false)]
[Createable(false)]
public bool? IsAscendingOrder { get; set; }
Property Value
- bool?
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
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
OptionsIsRelatedFilesRule
IsRelatedFilesRule
Name: OptionsIsRelatedFilesRule
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "optionsIsRelatedFilesRule")]
[Updateable(false)]
[Createable(false)]
public bool? OptionsIsRelatedFilesRule { get; set; }
Property Value
- bool?
OrderBy
Order By
Name: OrderBy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "orderBy")]
[Updateable(false)]
[Createable(false)]
public string OrderBy { get; set; }
Property Value
ParentRule
ReferenceTo: BriefcaseRule
RelationshipName: ParentRule
[JsonProperty(PropertyName = "parentRule")]
[Updateable(false)]
[Createable(false)]
public SfBriefcaseRule ParentRule { get; set; }
Property Value
ParentRuleId
Briefcase Rule ID
Name: ParentRuleId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentRuleId")]
[Updateable(false)]
[Createable(false)]
public string ParentRuleId { get; set; }
Property Value
QueryScope
Scope
Name: QueryScope
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "queryScope")]
[Updateable(false)]
[Createable(false)]
public string QueryScope { get; set; }
Property Value
RecordLimit
Limit
Name: RecordLimit
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "recordLimit")]
[Updateable(false)]
[Createable(false)]
public int? RecordLimit { get; set; }
Property Value
- int?
RelationshipField
Custom Field Definition ID
Name: RelationshipField
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "relationshipField")]
[Updateable(false)]
[Createable(false)]
public string RelationshipField { get; set; }
Property Value
RelationshipType
Relationship Type
Name: RelationshipType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "relationshipType")]
[Updateable(false)]
[Createable(false)]
public string RelationshipType { get; set; }
Property Value
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
TargetEntity
Target Object
Name: TargetEntity
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "targetEntity")]
[Updateable(false)]
[Createable(false)]
public string TargetEntity { get; set; }