C# Class NMF.Models.Evolution.ElementDeletion

Inheritance: IModelChange
ファイルを表示 Open project: NMFCode/NMF Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Apply ( IModelRepository repository ) : void
ElementDeletion ( Uri absoluteUri ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Apply() public method

public Apply ( IModelRepository repository ) : void
repository IModelRepository
return void

ElementDeletion() public method

public ElementDeletion ( Uri absoluteUri ) : System
absoluteUri System.Uri
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int