Class ExcelThreadedCommentPerson
A person in the context of ThreadedComments. Might refer to an IdentityProvider, see property ProviderId.
Implements
System.Collections.Generic.IEqualityComparer<ExcelThreadedCommentPerson>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OfficeOpenXml.ThreadedComments
Assembly: EPPlus.dll
Syntax
public class ExcelThreadedCommentPerson : XmlHelper, IEqualityComparer<ExcelThreadedCommentPerson>
Properties
DisplayName
Display name of the person
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Unique Id of the person
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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
Declaration
public IdentityProvider ProviderId { get; set; }
Property Value
Type | Description |
---|---|
IdentityProvider |
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
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(ExcelThreadedCommentPerson, ExcelThreadedCommentPerson)
Declaration
public bool Equals(ExcelThreadedCommentPerson x, ExcelThreadedCommentPerson y)
Parameters
Type | Name | Description |
---|---|---|
ExcelThreadedCommentPerson | x | |
ExcelThreadedCommentPerson | y |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode(ExcelThreadedCommentPerson)
Declaration
public int GetHashCode(ExcelThreadedCommentPerson obj)
Parameters
Type | Name | Description |
---|---|---|
ExcelThreadedCommentPerson | obj |
Returns
Type | Description |
---|---|
System.Int32 |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
System.Collections.Generic.IEqualityComparer<T>