C# 클래스 CkanDotNet.Api.Model.Package

파일 보기 프로젝트 열기: opencolorado/.NET-Wrapper-for-CKAN-API 1 사용 예제들

공개 메소드들

메소드 설명
GetAbbreviatedNotes ( int length ) : string

Get the abbreviated notes (with no HTML formatting) truncated to a specific size (nearest word).

GetAbbreviatedTitle ( int length ) : string

Gets an abbreviated title truncated to a specific size (nearest word). All markup is removed.

메소드 상세

GetAbbreviatedNotes() 공개 메소드

Get the abbreviated notes (with no HTML formatting) truncated to a specific size (nearest word).
public GetAbbreviatedNotes ( int length ) : string
length int
리턴 string

GetAbbreviatedTitle() 공개 메소드

Gets an abbreviated title truncated to a specific size (nearest word). All markup is removed.
public GetAbbreviatedTitle ( int length ) : string
length int The allowable length for a title.
리턴 string