C# Class XG.Model.Domain.Searches

Inheritance: AObjects
Afficher le fichier Open project: lformella/xdcc-grabscher Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Search aObject ) : bool
Remove ( Search aObject ) : bool
WithGuid ( System.Guid aGuid ) : Search
WithParameters ( string aName, System.Int64 aSize ) : Search

Méthodes protégées

Méthode Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public méthode

public Add ( Search aObject ) : bool
aObject Search
Résultat bool

DuplicateChildExists() protected méthode

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
Résultat bool

Remove() public méthode

public Remove ( Search aObject ) : bool
aObject Search
Résultat bool

WithGuid() public méthode

public WithGuid ( System.Guid aGuid ) : Search
aGuid System.Guid
Résultat Search

WithParameters() public méthode

public WithParameters ( string aName, System.Int64 aSize ) : Search
aName string
aSize System.Int64
Résultat Search