C# Class TCK.REST.CRUD

Inheritance: IDisposable
Afficher le fichier Open project: nuxeo/nuxeo-dotnet-client

Méthodes publiques

Méthode Description
CRUD ( ) : System
CreateFolder ( ) : void
DeleteFolder ( ) : void
Dispose ( ) : void
FetchDomain ( ) : void
FetchNonExistent ( ) : void
SetAndSave ( ) : void
SetProperties ( ) : void
UpdateFolder ( ) : void

Private Methods

Méthode Description
TestRestCRUD ( ) : void

Method Details

CRUD() public méthode

public CRUD ( ) : System
Résultat System

CreateFolder() public méthode

public CreateFolder ( ) : void
Résultat void

DeleteFolder() public méthode

public DeleteFolder ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FetchDomain() public méthode

public FetchDomain ( ) : void
Résultat void

FetchNonExistent() public méthode

public FetchNonExistent ( ) : void
Résultat void

SetAndSave() public méthode

public SetAndSave ( ) : void
Résultat void

SetProperties() public méthode

public SetProperties ( ) : void
Résultat void

UpdateFolder() public méthode

public UpdateFolder ( ) : void
Résultat void