Class DocumentContributor
Inheritance
DocumentContributor
Assembly: Volo.Docs.Domain.dll
Syntax
public class DocumentContributor : Entity, IEntity
Constructors
DocumentContributor()
Declaration
protected DocumentContributor()
DocumentContributor(Guid, string, string, string, int)
Declaration
public DocumentContributor(Guid documentId, string username, string userProfileUrl, string avatarUrl, int commitCount = 1)
Parameters
Properties
AvatarUrl
Declaration
public string AvatarUrl { get; set; }
Property Value
CommitCount
Declaration
public int CommitCount { get; set; }
Property Value
DocumentId
Declaration
public Guid DocumentId { get; set; }
Property Value
UserProfileUrl
Declaration
public string UserProfileUrl { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Methods
Equals(Guid, string)
Declaration
public virtual bool Equals(Guid documentId, string username)
Parameters
Type |
Name |
Description |
Guid |
documentId |
|
string |
username |
|
Returns
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods