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 SourceCRMHeaders()
Declaration
public CRMHeaders()
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 SourceAvatarURL
Declaration
public string AvatarURL
Field Value
Type | Description |
---|---|
System.String |
CompanyName
Declaration
public string CompanyName
Field Value
Type | Description |
---|---|
System.String |
LookupError
Declaration
public string LookupError
Field Value
Type | Description |
---|---|
System.String |
Pending
Declaration
public bool Pending
Field Value
Type | Description |
---|---|
System.Boolean |
PersonName
Declaration
public string PersonName
Field Value
Type | Description |
---|---|
System.String |