C# 클래스 SenseNet.ContentRepository.FileBase

상속: GenericContent, IFile
파일 보기 프로젝트 열기: maxpavlov/FlexNet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FileBase ( Node parent ) : System
FileBase ( Node parent, string nodeTypeName ) : System
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void

보호된 메소드들

메소드 설명
FileBase ( NodeToken nt ) : System

메소드 상세

FileBase() 공개 메소드

public FileBase ( Node parent ) : System
parent Node
리턴 System

FileBase() 공개 메소드

public FileBase ( Node parent, string nodeTypeName ) : System
parent Node
nodeTypeName string
리턴 System

FileBase() 보호된 메소드

protected FileBase ( NodeToken nt ) : System
nt SenseNet.ContentRepository.Storage.NodeToken
리턴 System

GetProperty() 공개 메소드

public GetProperty ( string name ) : object
name string
리턴 object

SetProperty() 공개 메소드

public SetProperty ( string name, object value ) : void
name string
value object
리턴 void