Show / Hide Table of Contents

Class ExcelThreadedCommentPerson

A person in the context of ThreadedComments. Might refer to an IdentityProvider, see property ProviderId.

Inheritance
object
XmlHelper
ExcelThreadedCommentPerson
Implements
IEqualityComparer<ExcelThreadedCommentPerson>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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
string

Id

Unique Id of the person

Declaration
public string Id { get; set; }
Property Value
Type Description
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
string

Methods

Equals(ExcelThreadedCommentPerson, ExcelThreadedCommentPerson)

Determines whether the specified objects are equal.

Declaration
public bool Equals(ExcelThreadedCommentPerson x, ExcelThreadedCommentPerson y)
Parameters
Type Name Description
ExcelThreadedCommentPerson x

The first object to compare.

ExcelThreadedCommentPerson y

The second object to compare.

Returns
Type Description
bool

GetHashCode(ExcelThreadedCommentPerson)

Returns a hash code for the specified object.

Declaration
public int GetHashCode(ExcelThreadedCommentPerson obj)
Parameters
Type Name Description
ExcelThreadedCommentPerson obj

The object for which a hash code is to be returned.

Returns
Type Description
int

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()

Implements

IEqualityComparer<T>
In this article
Back to top Generated by DocFX