C# 클래스 URSA.Example.WebApplication.Data.PersonClient

상속: Client
파일 보기 프로젝트 열기: alien-mcl/URSA 1 사용 예제들

공개 메소드들

메소드 설명
Create ( URSA person ) : System.Guid
Delete ( System id ) : void
Get ( System id ) : URSA.Example.WebApplication.Data.Person
List ( System &totalEntities, System _skip, System _top, System _filter ) : System.Collections.Generic.ICollection
PersonClient ( HttpUrl baseUri ) : System
PersonClient ( HttpUrl baseUri, string authenticationScheme ) : System
Update ( System id, URSA person ) : void

메소드 상세

Create() 공개 메소드

public Create ( URSA person ) : System.Guid
person URSA
리턴 System.Guid

Delete() 공개 메소드

public Delete ( System id ) : void
id System
리턴 void

Get() 공개 메소드

public Get ( System id ) : URSA.Example.WebApplication.Data.Person
id System
리턴 URSA.Example.WebApplication.Data.Person

List() 공개 메소드

public List ( System &totalEntities, System _skip, System _top, System _filter ) : System.Collections.Generic.ICollection
totalEntities System
_skip System
_top System
_filter System
리턴 System.Collections.Generic.ICollection

PersonClient() 공개 메소드

public PersonClient ( HttpUrl baseUri ) : System
baseUri URSA.Web.Http.HttpUrl
리턴 System

PersonClient() 공개 메소드

public PersonClient ( HttpUrl baseUri, string authenticationScheme ) : System
baseUri URSA.Web.Http.HttpUrl
authenticationScheme string
리턴 System

Update() 공개 메소드

public Update ( System id, URSA person ) : void
id System
person URSA
리턴 void