C# Class Postworthy.Models.Account.UsersCollection

Exibir arquivo Open project: postworthy/postworthy

Public Methods

Method Description
All ( bool force = false ) : List
PrimaryUsers ( ) : List
Save ( ) : void
Single ( string ScreenName, bool force = false, bool addIfNotFound = false ) : PostworthyUser
UsersWithPrimaryDomains ( ) : List

Private Methods

Method Description
Add ( string ScreenName ) : PostworthyUser

Method Details

All() public static method

public static All ( bool force = false ) : List
force bool
return List

PrimaryUsers() public static method

public static PrimaryUsers ( ) : List
return List

Save() public static method

public static Save ( ) : void
return void

Single() public static method

public static Single ( string ScreenName, bool force = false, bool addIfNotFound = false ) : PostworthyUser
ScreenName string
force bool
addIfNotFound bool
return PostworthyUser

UsersWithPrimaryDomains() public static method

public static UsersWithPrimaryDomains ( ) : List
return List