C# Class NMF.Models.Evolution.ListDeletion

Inheritance: IModelChange
Show file Open project: NMFCode/NMF Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Apply ( IModelRepository repository ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ListDeletion ( Uri absoluteUri, string collectionPropertyName, int startingIndex, int count ) : System

Method Details

Apply() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ListDeletion() public method

public ListDeletion ( Uri absoluteUri, string collectionPropertyName, int startingIndex, int count ) : System
absoluteUri System.Uri
collectionPropertyName string
startingIndex int
count int
return System