C# 클래스 CHAOS.Portal.Client.MCM.Extensions.FormatTypeExtension

상속: AExtension, IFormatTypeExtension
파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.Client-.NET

공개 메소드들

메소드 설명
Create ( string name ) : IServiceCallState>
Delete ( int id ) : IServiceCallState>
Get ( int id, string name ) : IServiceCallState>
Update ( int id, string name ) : IServiceCallState>

메소드 상세

Create() 공개 메소드

public Create ( string name ) : IServiceCallState>
name string
리턴 IServiceCallState>

Delete() 공개 메소드

public Delete ( int id ) : IServiceCallState>
id int
리턴 IServiceCallState>

Get() 공개 메소드

public Get ( int id, string name ) : IServiceCallState>
id int
name string
리턴 IServiceCallState>

Update() 공개 메소드

public Update ( int id, string name ) : IServiceCallState>
id int
name string
리턴 IServiceCallState>