C# Class Dev2.DataList.Contract.DataListFormat

Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
CreateFormat ( string formatName, EmitionTypes publicFormatName = EmitionTypes.XML, string headerType = "" ) : DataListFormat

Gets the DatalistFormat instance that represents the given formatName, or creates a new one if a DatalistFormat instance does not exist for the given formatName.

ToString ( ) : string

Private Methods

Method Description
DataListFormat ( string formatName, EmitionTypes publicType, string headerType ) : System

Method Details

CreateFormat() public static method

Gets the DatalistFormat instance that represents the given formatName, or creates a new one if a DatalistFormat instance does not exist for the given formatName.
formatName cannot be null or empty string.
public static CreateFormat ( string formatName, EmitionTypes publicFormatName = EmitionTypes.XML, string headerType = "" ) : DataListFormat
formatName string The display name of the datalist format.
publicFormatName EmitionTypes Name of the public format.
headerType string Type of the header.
return DataListFormat

ToString() public method

public ToString ( ) : string
return string