Class SfUserShare
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User Share
SObject Name: UserShare
Custom Object: False
public class SfUserShare : SObject
- Inheritance
-
SfUserShare
- Inherited Members
Properties
Id
User Share ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
[Updateable(false)]
[Createable(false)]
public bool? IsActive { 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
RowCause
Row Cause
Name: RowCause
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "rowCause")]
[Updateable(false)]
[Createable(true)]
public string RowCause { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserAccessLevel
User Access Level
Name: UserAccessLevel
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "userAccessLevel")]
public string UserAccessLevel { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(true)]
public string UserId { get; set; }
Property Value
UserOrGroupId
User/Group ID
Name: UserOrGroupId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userOrGroupId")]
[Updateable(false)]
[Createable(true)]
public string UserOrGroupId { get; set; }