Show / Hide Table of Contents

Class CRMHeaders

Inheritance
System.Object
CRMHeaders
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)
System.Object.ToString()
Namespace: SIPSorcery.SIP.App
Assembly: SIPSorcery.dll
Syntax
public class CRMHeaders

Constructors

| Improve this Doc View Source

CRMHeaders()

Declaration
public CRMHeaders()
| Improve this Doc View Source

CRMHeaders(String, String, String)

Declaration
public CRMHeaders(string personName, string companyName, string avatarURL)
Parameters
Type Name Description
System.String personName
System.String companyName
System.String avatarURL

Fields

| Improve this Doc View Source

AvatarURL

Declaration
public string AvatarURL
Field Value
Type Description
System.String
| Improve this Doc View Source

CompanyName

Declaration
public string CompanyName
Field Value
Type Description
System.String
| Improve this Doc View Source

LookupError

Declaration
public string LookupError
Field Value
Type Description
System.String
| Improve this Doc View Source

Pending

Declaration
public bool Pending
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PersonName

Declaration
public string PersonName
Field Value
Type Description
System.String

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX