C# 클래스 Foretagsplatsen.Api2.Resources.CompanyCommentResource

파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
CompanyCommentResource ( ApiClient client, CompanyInfo company ) : System
CompanyCommentResource ( ApiClient client, string companyId ) : System
Create ( Comment comment ) : Comment
Delete ( Comment comment ) : void
Delete ( string commentId ) : void
Get ( Comment comment ) : Comment
Get ( string commentId ) : Comment
List ( ) : List
Update ( Comment comment ) : Comment

비공개 메소드들

메소드 설명
CreateComment ( JToken obj ) : Comment
GetUrl ( string commentId = "" ) : string

메소드 상세

CompanyCommentResource() 공개 메소드

public CompanyCommentResource ( ApiClient client, CompanyInfo company ) : System
client ApiClient
company Foretagsplatsen.Api2.Entities.Company.CompanyInfo
리턴 System

CompanyCommentResource() 공개 메소드

public CompanyCommentResource ( ApiClient client, string companyId ) : System
client ApiClient
companyId string
리턴 System

Create() 공개 메소드

public Create ( Comment comment ) : Comment
comment Foretagsplatsen.Api2.Entities.Comments.Comment
리턴 Foretagsplatsen.Api2.Entities.Comments.Comment

Delete() 공개 메소드

public Delete ( Comment comment ) : void
comment Foretagsplatsen.Api2.Entities.Comments.Comment
리턴 void

Delete() 공개 메소드

public Delete ( string commentId ) : void
commentId string
리턴 void

Get() 공개 메소드

public Get ( Comment comment ) : Comment
comment Foretagsplatsen.Api2.Entities.Comments.Comment
리턴 Foretagsplatsen.Api2.Entities.Comments.Comment

Get() 공개 메소드

public Get ( string commentId ) : Comment
commentId string
리턴 Foretagsplatsen.Api2.Entities.Comments.Comment

List() 공개 메소드

public List ( ) : List
리턴 List

Update() 공개 메소드

public Update ( Comment comment ) : Comment
comment Foretagsplatsen.Api2.Entities.Comments.Comment
리턴 Foretagsplatsen.Api2.Entities.Comments.Comment