Table of Contents

Class ContactInfo

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class ContactInfo
Inheritance
ContactInfo
Inherited Members

Constructors

ContactInfo()

public ContactInfo()

Fields

Address

[Value("address")]
public List<ContactAddress> Address

Field Value

List<ContactAddress>

Email

[Value("email")]
public List<string> Email

Field Value

List<string>

Icon

[Value("icon")]
public List<Blob> Icon

Field Value

List<Blob>

Name

[Value("name")]
public List<string> Name

Field Value

List<string>

Tel

[Value("tel")]
public List<string> Tel

Field Value

List<string>