Class SfPublisher
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Publisher
SObject Name: Publisher
Custom Object: False
public class SfPublisher : SObject
- Inheritance
-
SfPublisher
- Inherited Members
Properties
DurableId
Publisher Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
Id
Publisher ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsSalesforce
Is Salesforce the Publisher?
Name: IsSalesforce
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isSalesforce")]
[Updateable(false)]
[Createable(false)]
public bool? IsSalesforce { get; set; }
Property Value
- bool?
MajorVersion
Publisher Major Version
Name: MajorVersion
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "majorVersion")]
[Updateable(false)]
[Createable(false)]
public int? MajorVersion { get; set; }
Property Value
- int?
MinorVersion
Publisher Minor Version
Name: MinorVersion
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "minorVersion")]
[Updateable(false)]
[Createable(false)]
public int? MinorVersion { get; set; }
Property Value
- int?
Name
Publisher Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
NamespacePrefix
Publisher Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }