C# 클래스 NMF.Models.Evolution.ListDeletion

상속: IModelChange
파일 보기 프로젝트 열기: NMFCode/NMF 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Apply ( IModelRepository repository ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ListDeletion ( Uri absoluteUri, string collectionPropertyName, int startingIndex, int count ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( IModelRepository repository ) : void
repository IModelRepository
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ListDeletion() 공개 메소드

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