C# 클래스 PAWA.Controllers.EditImage

파일 보기 프로젝트 열기: jarradm/PAWA 1 사용 예제들

공개 메소드들

메소드 설명
GetFilename ( int ID ) : string
GetID ( string filename ) : int
InFolderSetting ( string FolderID ) : int?
seperateTags ( string s ) : string[]
stringOfTags ( System.Web.Mvc.FormCollection form ) : string

메소드 상세

GetFilename() 공개 메소드

public GetFilename ( int ID ) : string
ID int
리턴 string

GetID() 공개 메소드

public GetID ( string filename ) : int
filename string
리턴 int

InFolderSetting() 공개 메소드

public InFolderSetting ( string FolderID ) : int?
FolderID string
리턴 int?

seperateTags() 공개 메소드

public seperateTags ( string s ) : string[]
s string
리턴 string[]

stringOfTags() 공개 메소드

public stringOfTags ( System.Web.Mvc.FormCollection form ) : string
form System.Web.Mvc.FormCollection
리턴 string