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

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

Méthodes publiques

Méthode Description
Delete ( System.Guid object1Guid, System.Guid object2Guid, uint objectRelationTypeID ) : IServiceCallState>
Set ( System.Guid object1Guid, System.Guid object2Guid, uint objectRelationTypeID, System.Guid metadataSchemaGuid = null, string languageCode = null, System.Xml.Linq.XElement metadataXml = null, uint revisionID = null, int sequence = null ) : IServiceCallState>

Method Details

Delete() public méthode

public Delete ( System.Guid object1Guid, System.Guid object2Guid, uint objectRelationTypeID ) : IServiceCallState>
object1Guid System.Guid
object2Guid System.Guid
objectRelationTypeID uint
Résultat IServiceCallState>

Set() public méthode

public Set ( System.Guid object1Guid, System.Guid object2Guid, uint objectRelationTypeID, System.Guid metadataSchemaGuid = null, string languageCode = null, System.Xml.Linq.XElement metadataXml = null, uint revisionID = null, int sequence = null ) : IServiceCallState>
object1Guid System.Guid
object2Guid System.Guid
objectRelationTypeID uint
metadataSchemaGuid System.Guid
languageCode string
metadataXml System.Xml.Linq.XElement
revisionID uint
sequence int
Résultat IServiceCallState>