C# 클래스 ToSic.SexyContent.Adam.EntityBase

파일 보기 프로젝트 열기: 2sic/2sxc 1 사용 예제들

공개 메소드들

메소드 설명
EntityBase ( SxcInstance sexy, App app, DotNetNuke.Entities.Portals.PortalSettings ps, System.Guid eGuid, string fName ) : System
GeneratePath ( string subFolder ) : string
GenerateWebPath ( AdamFile currentFile ) : string
GenerateWebPath ( AdamFolder currentFolder ) : string
GetFirstMetadata ( int id, bool isFolder ) : DynamicEntity
GetFirstMetadataEntity ( int id, bool isFolder ) : IEntity
GetMetadataId ( int id, bool isFolder ) : int

비공개 메소드들

메소드 설명
Folder ( ) : IFolderInfo
Folder ( string subFolder, bool autoCreate ) : IFolderInfo

Get the folder specified in App.Settings (BasePath) combined with the module's ID Will create the folder if it does not exist

TypeName ( string ext ) : string

메소드 상세

EntityBase() 공개 메소드

public EntityBase ( SxcInstance sexy, App app, DotNetNuke.Entities.Portals.PortalSettings ps, System.Guid eGuid, string fName ) : System
sexy SxcInstance
app App
ps DotNetNuke.Entities.Portals.PortalSettings
eGuid System.Guid
fName string
리턴 System

GeneratePath() 공개 메소드

public GeneratePath ( string subFolder ) : string
subFolder string
리턴 string

GenerateWebPath() 공개 메소드

public GenerateWebPath ( AdamFile currentFile ) : string
currentFile AdamFile
리턴 string

GenerateWebPath() 공개 메소드

public GenerateWebPath ( AdamFolder currentFolder ) : string
currentFolder AdamFolder
리턴 string

GetFirstMetadata() 공개 메소드

public GetFirstMetadata ( int id, bool isFolder ) : DynamicEntity
id int
isFolder bool
리턴 DynamicEntity

GetFirstMetadataEntity() 공개 메소드

public GetFirstMetadataEntity ( int id, bool isFolder ) : IEntity
id int
isFolder bool
리턴 IEntity

GetMetadataId() 공개 메소드

public GetMetadataId ( int id, bool isFolder ) : int
id int
isFolder bool
리턴 int