Show / Hide Table of Contents

Class ExcelThreadedCommentPerson

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

Inheritance
System.Object
XmlHelper
ExcelThreadedCommentPerson
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)

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
System.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
System.Int32

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()

Implements

System.Collections.Generic.IEqualityComparer<T>
In This Article
  • Properties
    • DisplayName
    • Id
    • ProviderId
    • UserId
  • Methods
    • Equals(ExcelThreadedCommentPerson, ExcelThreadedCommentPerson)
    • GetHashCode(ExcelThreadedCommentPerson)
    • ToString()
  • Implements
Back to top Generated by DocFX