Class ExcelThreadedCommentPerson
- Namespace
- OfficeOpenXml.ThreadedComments
- Assembly
- EPPlus.dll
A person in the context of ThreadedComments. Might refer to an IdentityProvider, see property ProviderId.
public class ExcelThreadedCommentPerson : XmlHelper, IEqualityComparer<ExcelThreadedCommentPerson>
- Inheritance
-
ExcelThreadedCommentPerson
- Implements
- Inherited Members
Properties
DisplayName
Display name of the person
public string DisplayName { get; set; }
Property Value
Id
Unique Id of the person
public string Id { get; set; }
Property Value
ProviderId
See the documentation of the members of the IdentityProvider enum and Microsofts documentation at https://docs.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/6274371e-7c5c-46e3-b661-cbeb4abfe968
public IdentityProvider ProviderId { get; set; }
Property Value
UserId
See the documentation of the members of the IdentityProvider enum and Microsofts documentation at https://docs.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/6274371e-7c5c-46e3-b661-cbeb4abfe968
public string UserId { get; set; }
Property Value
Methods
Equals(ExcelThreadedCommentPerson, ExcelThreadedCommentPerson)
Determines whether the specified objects are equal.
public bool Equals(ExcelThreadedCommentPerson x, ExcelThreadedCommentPerson y)
Parameters
xExcelThreadedCommentPersonThe first object to compare.
yExcelThreadedCommentPersonThe second object to compare.
Returns
GetHashCode(ExcelThreadedCommentPerson)
Returns a hash code for the specified object.
public int GetHashCode(ExcelThreadedCommentPerson obj)
Parameters
objExcelThreadedCommentPersonThe object for which a hash code is to be returned.
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.