C# Class Microsoft.Protocols.TestSuites.SharedAdapter.ChunkingFactory

This class is used to create instance of AbstractChunking.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
CreateChunkingInstance ( RootNodeObject nodeObject ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

CreateChunkingInstance ( byte fileContent ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : AbstractChunking

This method is used to create the instance of AbstractChunking.

Private Methods

Méthode Description
ChunkingFactory ( ) : System

Prevents a default instance of the ChunkingFactory class from being created

Method Details

CreateChunkingInstance() public static méthode

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( RootNodeObject nodeObject ) : AbstractChunking
nodeObject RootNodeObject Specify the root node object.
Résultat AbstractChunking

CreateChunkingInstance() public static méthode

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( byte fileContent ) : AbstractChunking
fileContent byte The content of the file.
Résultat AbstractChunking

CreateChunkingInstance() public static méthode

This method is used to create the instance of AbstractChunking.
public static CreateChunkingInstance ( byte fileContent, ChunkingMethod chunkingMethod ) : AbstractChunking
fileContent byte The content of the file.
chunkingMethod ChunkingMethod The type of chunking methods.
Résultat AbstractChunking