C# Class GitHub.Caches.AccountCacheItem

Inheritance: IAvatarContainer
Datei anzeigen Open project: github/VisualStudio Class Usage Examples

Public Methods

Method Description
AccountCacheItem ( ) : System
AccountCacheItem ( Account account ) : System
Create ( Account apiAccount ) : AccountCacheItem
Create ( UserAndScopes userAndScopes ) : AccountCacheItem

Method Details

AccountCacheItem() public method

public AccountCacheItem ( ) : System
return System

AccountCacheItem() public method

public AccountCacheItem ( Account account ) : System
account Account
return System

Create() public static method

public static Create ( Account apiAccount ) : AccountCacheItem
apiAccount Account
return AccountCacheItem

Create() public static method

public static Create ( UserAndScopes userAndScopes ) : AccountCacheItem
userAndScopes GitHub.Models.UserAndScopes
return AccountCacheItem