C# 클래스 natix.SimilaritySearch.CoPhIR.PhotoInfo

파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
farm byte
id uint
secret long
server ushort

공개 메소드들

메소드 설명
GetLink ( ) : string
GetThumb ( char suffix = 's' ) : string
Load ( BinaryReader Input ) : void
PhotoInfo ( byte _farm, ushort _server, uint _id, long _secret ) : System
Save ( BinaryWriter Output ) : void

메소드 상세

GetLink() 공개 메소드

public GetLink ( ) : string
리턴 string

GetThumb() 공개 메소드

public GetThumb ( char suffix = 's' ) : string
suffix char
리턴 string

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

PhotoInfo() 공개 메소드

public PhotoInfo ( byte _farm, ushort _server, uint _id, long _secret ) : System
_farm byte
_server ushort
_id uint
_secret long
리턴 System

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

프로퍼티 상세

farm 공개적으로 프로퍼티

public byte farm
리턴 byte

id 공개적으로 프로퍼티

public uint id
리턴 uint

secret 공개적으로 프로퍼티

public long secret
리턴 long

server 공개적으로 프로퍼티

public ushort server
리턴 ushort