C# Class XG.Model.Domain.Searches

Inheritance: AObjects
Show file Open project: lformella/xdcc-grabscher Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public method

public Add ( Search aObject ) : bool
aObject Search
return bool

DuplicateChildExists() protected method

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
return bool

Remove() public method

public Remove ( Search aObject ) : bool
aObject Search
return bool

WithGuid() public method

public WithGuid ( System.Guid aGuid ) : Search
aGuid System.Guid
return Search

WithParameters() public method

public WithParameters ( string aName, System.Int64 aSize ) : Search
aName string
aSize System.Int64
return Search