C# Class Disco.Services.DocumentUniqueIdentifierExtensions

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
BinaryAlphaDecode ( byte Data, int Offset, int &NewOffset ) : string
BinaryC21Decode ( byte Data, int Offset, int &NewOffset ) : string
BinaryDecode ( byte Data, int Offset, int &NewOffset ) : string
BinaryDecode ( this Identifier, byte Data, int Offset, int &NewOffset ) : string
BinaryEncode ( string Data ) : byte[]
BinaryEncode ( this Identifier, string Data ) : byte[]
BinaryNumericDecode ( byte Data, int Offset, int &NewOffset ) : string
BinaryUTF8Decode ( byte Data, int Offset, int &NewOffset ) : string
BinaryUTF8Encode ( string Data ) : byte[]
CreateUniqueIdentifier ( this Template, DiscoDataContext Database, IAttachmentTarget Target, User Creator, System.DateTime Timestamp, int PageIndex ) : DocumentUniqueIdentifier
TryBinaryAlphaEncode ( string Data, byte &Result ) : bool
TryBinaryC21Encode ( string Data, byte &Result ) : bool
TryBinaryNumericEncode ( string Data, byte &Result ) : bool

Private Methods

Méthode Description
BinaryAlphaDecode ( byte Data, int Offset, int Length, int &NewOffset ) : string

Method Details

BinaryAlphaDecode() public static méthode

public static BinaryAlphaDecode ( byte Data, int Offset, int &NewOffset ) : string
Data byte
Offset int
NewOffset int
Résultat string

BinaryC21Decode() public static méthode

public static BinaryC21Decode ( byte Data, int Offset, int &NewOffset ) : string
Data byte
Offset int
NewOffset int
Résultat string

BinaryDecode() public static méthode

public static BinaryDecode ( byte Data, int Offset, int &NewOffset ) : string
Data byte
Offset int
NewOffset int
Résultat string

BinaryDecode() public static méthode

public static BinaryDecode ( this Identifier, byte Data, int Offset, int &NewOffset ) : string
Identifier this
Data byte
Offset int
NewOffset int
Résultat string

BinaryEncode() public static méthode

public static BinaryEncode ( string Data ) : byte[]
Data string
Résultat byte[]

BinaryEncode() public static méthode

public static BinaryEncode ( this Identifier, string Data ) : byte[]
Identifier this
Data string
Résultat byte[]

BinaryNumericDecode() public static méthode

public static BinaryNumericDecode ( byte Data, int Offset, int &NewOffset ) : string
Data byte
Offset int
NewOffset int
Résultat string

BinaryUTF8Decode() public static méthode

public static BinaryUTF8Decode ( byte Data, int Offset, int &NewOffset ) : string
Data byte
Offset int
NewOffset int
Résultat string

BinaryUTF8Encode() public static méthode

public static BinaryUTF8Encode ( string Data ) : byte[]
Data string
Résultat byte[]

CreateUniqueIdentifier() public static méthode

public static CreateUniqueIdentifier ( this Template, DiscoDataContext Database, IAttachmentTarget Target, User Creator, System.DateTime Timestamp, int PageIndex ) : DocumentUniqueIdentifier
Template this
Database Disco.Data.Repository.DiscoDataContext
Target IAttachmentTarget
Creator Disco.Models.Repository.User
Timestamp System.DateTime
PageIndex int
Résultat Disco.Services.Documents.DocumentUniqueIdentifier

TryBinaryAlphaEncode() public static méthode

public static TryBinaryAlphaEncode ( string Data, byte &Result ) : bool
Data string
Result byte
Résultat bool

TryBinaryC21Encode() public static méthode

public static TryBinaryC21Encode ( string Data, byte &Result ) : bool
Data string
Result byte
Résultat bool

TryBinaryNumericEncode() public static méthode

public static TryBinaryNumericEncode ( string Data, byte &Result ) : bool
Data string
Result byte
Résultat bool