C# Class NMF.Models.Evolution.ListDeletion

Inheritance: IModelChange
Afficher le fichier Open project: NMFCode/NMF Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Apply ( IModelRepository repository ) : void
repository IModelRepository
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ListDeletion() public méthode

public ListDeletion ( Uri absoluteUri, string collectionPropertyName, int startingIndex, int count ) : System
absoluteUri System.Uri
collectionPropertyName string
startingIndex int
count int
Résultat System