C# Class SampleSite.Classes.Util

显示文件 Open project: LacunaSoftware/RestPkiSamples

Public Methods

Method Description
GetBatchDocContent ( int id ) : byte[]
GetPdfStampContent ( ) : byte[]
GetRestPkiClient ( ) : RestPkiClient
GetSampleDocContent ( ) : byte[]
GetSampleDocPath ( ) : string
GetSampleNFeContent ( ) : byte[]
GetSampleXmlDocument ( ) : byte[]
GetXmlInvoiceWithSigs ( ) : byte[]

Method Details

GetBatchDocContent() public static method

public static GetBatchDocContent ( int id ) : byte[]
id int
return byte[]

GetPdfStampContent() public static method

public static GetPdfStampContent ( ) : byte[]
return byte[]

GetRestPkiClient() public static method

public static GetRestPkiClient ( ) : RestPkiClient
return RestPkiClient

GetSampleDocContent() public static method

public static GetSampleDocContent ( ) : byte[]
return byte[]

GetSampleDocPath() public static method

public static GetSampleDocPath ( ) : string
return string

GetSampleNFeContent() public static method

public static GetSampleNFeContent ( ) : byte[]
return byte[]

GetSampleXmlDocument() public static method

public static GetSampleXmlDocument ( ) : byte[]
return byte[]

GetXmlInvoiceWithSigs() public static method

public static GetXmlInvoiceWithSigs ( ) : byte[]
return byte[]