C# Class natix.SimilaritySearch.CoPhIR.PhotoInfo

Afficher le fichier Open project: sadit/natix

Méthodes publiques

Свойство Type Description
farm byte
id uint
secret long
server ushort

Méthodes publiques

Méthode Description
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

Method Details

GetLink() public méthode

public GetLink ( ) : string
Résultat string

GetThumb() public méthode

public GetThumb ( char suffix = 's' ) : string
suffix char
Résultat string

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

PhotoInfo() public méthode

public PhotoInfo ( byte _farm, ushort _server, uint _id, long _secret ) : System
_farm byte
_server ushort
_id uint
_secret long
Résultat System

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Property Details

farm public_oe property

public byte farm
Résultat byte

id public_oe property

public uint id
Résultat uint

secret public_oe property

public long secret
Résultat long

server public_oe property

public ushort server
Résultat ushort