Show / Hide Table of Contents

Class UM_ContactsResult

Contacts retrive result

Inheritance
System.Object
UM_ContactsResult
Namespace: SA.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public class UM_ContactsResult : SA_Result

Constructors

UM_ContactsResult(SA_Error)

Declaration
public UM_ContactsResult(SA_Error error)
Parameters
Type Name Description
SA_Error error

UM_ContactsResult(List<UM_iContact>)

Declaration
public UM_ContactsResult(List<UM_iContact> contacts)
Parameters
Type Name Description
System.Collections.Generic.List<UM_iContact> contacts

Properties

Contacts

The list of loaded contacts.

Declaration
public List<UM_iContact> Contacts { get; }
Property Value
Type Description
System.Collections.Generic.List<UM_iContact>
In This Article
Back to top Generated by DocFX