C# 클래스 weedstudio.Utils.SourceConfig

파일 보기 프로젝트 열기: noear/Weed3

공개 메소드들

메소드 설명
GetDefault ( string name ) : DefaultItem
GetObject ( string name, DbContextEx db ) : ObjectItem
GetProperty ( string name, DbContextEx db ) : PropertyItem

비공개 메소드들

메소드 설명
SourceConfig ( ) : System

메소드 상세

GetDefault() 공개 정적인 메소드

public static GetDefault ( string name ) : DefaultItem
name string
리턴 DefaultItem

GetObject() 공개 정적인 메소드

public static GetObject ( string name, DbContextEx db ) : ObjectItem
name string
db weedstudio.exts.DbContextEx
리턴 ObjectItem

GetProperty() 공개 정적인 메소드

public static GetProperty ( string name, DbContextEx db ) : PropertyItem
name string
db weedstudio.exts.DbContextEx
리턴 PropertyItem