C# Class GitHub.Caches.AccountCacheItem

Inheritance: IAvatarContainer
Afficher le fichier Open project: github/VisualStudio Class Usage Examples

Méthodes publiques

Méthode Description
AccountCacheItem ( ) : System
AccountCacheItem ( Account account ) : System
Create ( Account apiAccount ) : AccountCacheItem
Create ( UserAndScopes userAndScopes ) : AccountCacheItem

Method Details

AccountCacheItem() public méthode

public AccountCacheItem ( ) : System
Résultat System

AccountCacheItem() public méthode

public AccountCacheItem ( Account account ) : System
account Account
Résultat System

Create() public static méthode

public static Create ( Account apiAccount ) : AccountCacheItem
apiAccount Account
Résultat AccountCacheItem

Create() public static méthode

public static Create ( UserAndScopes userAndScopes ) : AccountCacheItem
userAndScopes GitHub.Models.UserAndScopes
Résultat AccountCacheItem