C# 클래스 FloydPink.Flickr.Downloadr.Repository.RepositoryBase

파일 보기 프로젝트 열기: flickr-downloadr/flickr-downloadr

보호된 프로퍼티들

프로퍼티 타입 설명
CryptKey string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Delete ( ) : void

보호된 메소드들

메소드 설명
Read ( ) : string
Write ( string fileContent ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Read() 보호된 메소드

protected Read ( ) : string
리턴 string

Write() 보호된 메소드

protected Write ( string fileContent ) : void
fileContent string
리턴 void

프로퍼티 상세

CryptKey 보호되어 있는 프로퍼티

protected string CryptKey
리턴 string