Class SfContentVersionRating
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Content Version Rating
SObject Name: ContentVersionRating
Custom Object: False
public class SfContentVersionRating : SObject
- Inheritance
-
SfContentVersionRating
- Inherited Members
Properties
ContentVersion
ReferenceTo: ContentVersion
RelationshipName: ContentVersion
[JsonProperty(PropertyName = "contentVersion")]
[Updateable(false)]
[Createable(false)]
public SfContentVersion ContentVersion { get; set; }
Property Value
ContentVersionId
Version ID
Name: ContentVersionId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentVersionId")]
[Updateable(false)]
[Createable(false)]
public string ContentVersionId { get; set; }
Property Value
Id
ContentVersionRating ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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
Rating
Rating
Name: Rating
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "rating")]
[Updateable(false)]
[Createable(false)]
public int? Rating { get; set; }
Property Value
- int?
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
UserComment
User Comment
Name: UserComment
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "userComment")]
[Updateable(false)]
[Createable(false)]
public string UserComment { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }