Class ExcelThreadedCommentPerson
A person in the context of ThreadedComments.
Might refer to an Identity
Implements
Inherited Members
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. |
Id
Unique Id of the person
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
ProviderId
See the documentation of the members of the Identity
Declaration
public IdentityProvider ProviderId { get; set; }
Property Value
Type | Description |
---|---|
Identity |
UserId
See the documentation of the members of the Identity
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(ExcelThreadedCommentPerson, ExcelThreadedCommentPerson)
Determines whether the specified objects are equal.
Declaration
public bool Equals(ExcelThreadedCommentPerson x, ExcelThreadedCommentPerson y)
Parameters
Type | Name | Description |
---|---|---|
Excel |
x | The first object to compare. |
Excel |
y | The second object to compare. |
Returns
Type | Description |
---|---|
System. |
GetHashCode(ExcelThreadedCommentPerson)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(ExcelThreadedCommentPerson obj)
Parameters
Type | Name | Description |
---|---|---|
Excel |
obj | The System. |
Returns
Type | Description |
---|---|
System. |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A string that represents the current object. |