Метод |
Описание |
|
Create ( DiscoDataContext Database, DocumentTemplate DocumentTemplate, IAttachmentTarget Target, User Creator, System.DateTime TimeStamp, int PageIndex ) : DocumentUniqueIdentifier |
|
|
Create ( DiscoDataContext Database, string DocumentTemplateId, string TargetId, string CreatorId, System.DateTime TimeStamp, int PageIndex ) : DocumentUniqueIdentifier |
|
|
IsDocumentUniqueIdentifier ( byte Identifier ) : bool |
|
|
IsDocumentUniqueIdentifier ( string Identifier ) : bool |
|
|
Parse ( DiscoDataContext Database, byte UniqueIdentifier ) : DocumentUniqueIdentifier |
|
|
Parse ( DiscoDataContext Database, string UniqueIdentifier ) : DocumentUniqueIdentifier |
|
|
ToJson ( ) : string |
|
|
ToQRCodeBytes ( ) : byte[] |
|
|
ToQRCodeString ( ) : string |
|
|
TryParse ( DiscoDataContext Database, byte Data, DocumentUniqueIdentifier &Identifier ) : bool |
|
|
TryParse ( DiscoDataContext Database, string UniqueIdentifier, DocumentUniqueIdentifier &Identifier ) : bool |
|
|