C# Class CHAOS.Portal.Client.MCM.Extensions.FormatExtension

Inheritance: AExtension, IFormatExtension
Show file Open project: CHAOS-Community/CHAOS.Portal.Client-.NET

Public Methods

Method Description
Create ( uint formatCategoryID, string name, System.Xml.Linq.XDocument formatXML, string mimeType, string extension ) : IServiceCallState>
Get ( uint id, string name ) : IServiceCallState>

Method Details

Create() public method

public Create ( uint formatCategoryID, string name, System.Xml.Linq.XDocument formatXML, string mimeType, string extension ) : IServiceCallState>
formatCategoryID uint
name string
formatXML System.Xml.Linq.XDocument
mimeType string
extension string
return IServiceCallState>

Get() public method

public Get ( uint id, string name ) : IServiceCallState>
id uint
name string
return IServiceCallState>