C# Class TransactionalNodeService.Proxy.MetadataSet

Inheritance: IMetadataSet, IMetadataSetManager, IUpdatableMetadataSet
Afficher le fichier Open project: chris-tomich/Glyma

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CompareTo ( IMetadataSet other ) : int
CompareTo ( object obj ) : int
Delete ( TransactionalNodeService.Soap.TransactionFramework &chain ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
IUpdatableMetadataSet ( ServerObjects metadataSet ) : void
Update ( string name, string value, System.Proxy node, System.Proxy relationship, System.Proxy connectionType, TransactionalNodeService.Soap.TransactionFramework &chain ) : void

Method Details

CompareTo() public méthode

public CompareTo ( IMetadataSet other ) : int
other IMetadataSet
Résultat int

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Delete() public méthode

public Delete ( TransactionalNodeService.Soap.TransactionFramework &chain ) : void
chain TransactionalNodeService.Soap.TransactionFramework
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IUpdatableMetadataSet() public méthode

public IUpdatableMetadataSet ( ServerObjects metadataSet ) : void
metadataSet ServerObjects
Résultat void

Update() public méthode

public Update ( string name, string value, System.Proxy node, System.Proxy relationship, System.Proxy connectionType, TransactionalNodeService.Soap.TransactionFramework &chain ) : void
name string
value string
node System.Proxy
relationship System.Proxy
connectionType System.Proxy
chain TransactionalNodeService.Soap.TransactionFramework
Résultat void