C# 클래스 PicasaUploader.ViewModels.UploadPhotosViewModel

파일 보기 프로젝트 열기: ivanz/PicasaUploader 1 사용 예제들

공개 메소드들

메소드 설명
AddFiles ( string files ) : void
IsPhotoFile ( string fileName ) : bool
IsVideoFile ( string fileName ) : bool
RemoveFiles ( string files ) : void
UploadPhotosViewModel ( IMediaUploadService uploadService, IAlbumContext albumContext ) : System

비공개 메소드들

메소드 설명
IsInSizeLimits ( string fileName ) : bool
IsSupported ( string fileName ) : bool

메소드 상세

AddFiles() 공개 메소드

public AddFiles ( string files ) : void
files string
리턴 void

IsPhotoFile() 공개 메소드

public IsPhotoFile ( string fileName ) : bool
fileName string
리턴 bool

IsVideoFile() 공개 메소드

public IsVideoFile ( string fileName ) : bool
fileName string
리턴 bool

RemoveFiles() 공개 메소드

public RemoveFiles ( string files ) : void
files string
리턴 void

UploadPhotosViewModel() 공개 메소드

public UploadPhotosViewModel ( IMediaUploadService uploadService, IAlbumContext albumContext ) : System
uploadService IMediaUploadService
albumContext IAlbumContext
리턴 System