C# 클래스 GitHub.Caches.AccountCacheItem

상속: IAvatarContainer
파일 보기 프로젝트 열기: github/VisualStudio 1 사용 예제들

공개 메소드들

메소드 설명
AccountCacheItem ( ) : System
AccountCacheItem ( Account account ) : System
Create ( Account apiAccount ) : AccountCacheItem
Create ( UserAndScopes userAndScopes ) : AccountCacheItem

메소드 상세

AccountCacheItem() 공개 메소드

public AccountCacheItem ( ) : System
리턴 System

AccountCacheItem() 공개 메소드

public AccountCacheItem ( Account account ) : System
account Account
리턴 System

Create() 공개 정적인 메소드

public static Create ( Account apiAccount ) : AccountCacheItem
apiAccount Account
리턴 AccountCacheItem

Create() 공개 정적인 메소드

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