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
Boolean

GetHashCode(ExcelThreadedCommentPerson)

Returns a hash code for the specified object.

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

The System.Object for which a hash code is to be returned.

Returns
Type Description
Int32

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
System.Object.ToString()

Implements

System.Collections.Generic.IEqualityComparer<T>
In this article
Back to top Generated by DocFX