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

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

Public Methods

Method Description
Create ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid = null ) : IServiceCallState>
Delete ( System.Guid guid ) : IServiceCallState>
Get ( System.Guid guid ) : IServiceCallState>
Update ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid ) : IServiceCallState>

Method Details

Create() public method

public Create ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid = null ) : IServiceCallState>
name string
schemaXml System.Xml.Linq.XElement
guid System.Guid
return IServiceCallState>

Delete() public method

public Delete ( System.Guid guid ) : IServiceCallState>
guid System.Guid
return IServiceCallState>

Get() public method

public Get ( System.Guid guid ) : IServiceCallState>
guid System.Guid
return IServiceCallState>

Update() public method

public Update ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid ) : IServiceCallState>
name string
schemaXml System.Xml.Linq.XElement
guid System.Guid
return IServiceCallState>