C# Class XG.Model.Domain.Files

Inheritance: AObjects
Exibir arquivo Open project: lformella/xdcc-grabscher

Public Methods

Method Description
Add ( File aFile ) : bool
Add ( string aName, System.Int64 aSize ) : bool
File ( string tmpName ) : File
Remove ( File aFile ) : bool

Protected Methods

Method Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public method

public Add ( File aFile ) : bool
aFile File
return bool

Add() public method

public Add ( string aName, System.Int64 aSize ) : bool
aName string
aSize System.Int64
return bool

DuplicateChildExists() protected method

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

File() public method

public File ( string tmpName ) : File
tmpName string
return File

Remove() public method

public Remove ( File aFile ) : bool
aFile File
return bool