C# 클래스 Exo.KfxReleaseScript.Helper

Contains utility methods and constants Author: Brice Revenant
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

공개 프로퍼티들

프로퍼티 타입 설명
CUSTOM_PROP_DESTINATION_PATH string
CUSTOM_PROP_DESTINATION_TYPE string
DOCUMENT_NAME_DESTINATION string

공개 메소드들

메소드 설명
GetCustomProperty ( CustomProperties properties, String name ) : string
KfxLinkSourceTypeToString ( KfxLinkSourceType type ) : string
SetCustomProperty ( CustomProperties properties, String name, String value ) : void
WebDAVStatusToString ( int status ) : string

메소드 상세

GetCustomProperty() 공개 정적인 메소드

public static GetCustomProperty ( CustomProperties properties, String name ) : string
properties CustomProperties
name String
리턴 string

KfxLinkSourceTypeToString() 공개 정적인 메소드

public static KfxLinkSourceTypeToString ( KfxLinkSourceType type ) : string
type KfxLinkSourceType
리턴 string

SetCustomProperty() 공개 정적인 메소드

public static SetCustomProperty ( CustomProperties properties, String name, String value ) : void
properties CustomProperties
name String
value String
리턴 void

WebDAVStatusToString() 공개 정적인 메소드

public static WebDAVStatusToString ( int status ) : string
status int
리턴 string

프로퍼티 상세

CUSTOM_PROP_DESTINATION_PATH 공개적으로 정적으로 프로퍼티

public static string CUSTOM_PROP_DESTINATION_PATH
리턴 string

CUSTOM_PROP_DESTINATION_TYPE 공개적으로 정적으로 프로퍼티

public static string CUSTOM_PROP_DESTINATION_TYPE
리턴 string

DOCUMENT_NAME_DESTINATION 공개적으로 정적으로 프로퍼티

public static string DOCUMENT_NAME_DESTINATION
리턴 string