C# Class TransactionalNodeService.Proxy.FacadeMetadataSet

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

Private Properties

Свойство Type Description
IUpdatableMetadataSet void

Méthodes publiques

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

Private Methods

Méthode Description
IUpdatableMetadataSet ( ServerObjects metadataSet ) : 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

FacadeMetadataSet() public méthode

public FacadeMetadataSet ( ) : System
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ResetToFacade() public méthode

public ResetToFacade ( ) : void
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