C# 클래스 Smartsheet.Api.Models.ImageUrl.ImageUrlBuilder

A convenience class To help generate ImageUrl object with the appropriate fields.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : ImageUrl

Builds the ImageUrl.

GetImageId ( ) : string

Gets the image Id.

ImageUrlBuilder ( string imageId ) : System

Sets the required properties for creating an ImageUrl.

ImageUrlBuilder ( string imageId, long width, long height ) : System

Sets the required properties for creating an ImageUrl.

SetImageId ( string imageId ) : ImageUrlBuilder

Sets the ImageId for the ImageUrlBuilder.

메소드 상세

Build() 공개 메소드

Builds the ImageUrl.
public Build ( ) : ImageUrl
리턴 ImageUrl

GetImageId() 공개 메소드

Gets the image Id.
public GetImageId ( ) : string
리턴 string

ImageUrlBuilder() 공개 메소드

Sets the required properties for creating an ImageUrl.
public ImageUrlBuilder ( string imageId ) : System
imageId string the ImageUrl imageId
리턴 System

ImageUrlBuilder() 공개 메소드

Sets the required properties for creating an ImageUrl.
public ImageUrlBuilder ( string imageId, long width, long height ) : System
imageId string the ImageUrl imageId
width long
height long
리턴 System

SetImageId() 공개 메소드

Sets the ImageId for the ImageUrlBuilder.
public SetImageId ( string imageId ) : ImageUrlBuilder
imageId string the imageId
리턴 ImageUrlBuilder