C# Class Yammer.APIWrapper.Consumer.Network.Directory

Mostra file Open project: kdavie/Yammer.NET-2.0

Public Properties

Property Type Description
AvailableNetworks APIWrapper.Network.NetworkInfo
Current APIWrapper.Network

Public Methods

Method Description
Add ( string email, string password ) : int
Switch ( int id ) : void

Method Details

Add() public static method

public static Add ( string email, string password ) : int
email string
password string
return int

Switch() public static method

public static Switch ( int id ) : void
id int
return void

Property Details

AvailableNetworks public_oe static_oe property

public static APIWrapper.Network.NetworkInfo AvailableNetworks
return APIWrapper.Network.NetworkInfo

Current public_oe static_oe property

public static APIWrapper.Network Current
return APIWrapper.Network