Craig's Utility Library  4.0 Beta
Utilities.IO.FileFormats.Interfaces.IFormat< FormatType, ContentType > Interface Template Reference

Format interface More...

Inheritance diagram for Utilities.IO.FileFormats.Interfaces.IFormat< FormatType, ContentType >:
Utilities.IO.FileFormats.BaseClasses.FormatBase< FormatType, ContentType >

Public Member Functions

FormatType Save (string Location)
 Saves the object More...
 

Detailed Description

Format interface

Template Parameters
ContentTypeContent type
FormatTypeFormat type
Type Constraints
FormatType :IFormat 
FormatType :FormatType 
FormatType :ContentType 
FormatType :new() 

Definition at line 31 of file IFormat.cs.

Member Function Documentation

FormatType Utilities.IO.FileFormats.Interfaces.IFormat< FormatType, ContentType >.Save ( string  Location)

Saves the object

Parameters
LocationLocation to save it to
Returns
This

Implemented in Utilities.IO.FileFormats.BaseClasses.FormatBase< FormatType, ContentType >.


The documentation for this interface was generated from the following file: