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

Inheritance: AExtension, IMetadataSchemaExtension
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.Client-.NET

Méthodes publiques

Méthode 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 méthode

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

Delete() public méthode

public Delete ( System.Guid guid ) : IServiceCallState>
guid System.Guid
Résultat IServiceCallState>

Get() public méthode

public Get ( System.Guid guid ) : IServiceCallState>
guid System.Guid
Résultat IServiceCallState>

Update() public méthode

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