C# 클래스 NPetrovich.Rules.Loader.EmbeddedResourceLoader

상속: IRulesLoader
파일 보기 프로젝트 열기: petrovich/petrovich-net 1 사용 예제들

공개 메소드들

메소드 설명
Load ( ) : Data.Rules
LoadGender ( ) : GenderRules
LoadGenderJson ( ) : GenderRules
LoadGenderYaml ( ) : GenderRules
LoadJson ( ) : Data.Rules
LoadYaml ( ) : Data.Rules

비공개 메소드들

메소드 설명
GetManifestResourceStream ( string resourceName ) : Stream

메소드 상세

Load() 공개 메소드

public Load ( ) : Data.Rules
리턴 Data.Rules

LoadGender() 공개 메소드

public LoadGender ( ) : GenderRules
리턴 GenderRules

LoadGenderJson() 공개 메소드

public LoadGenderJson ( ) : GenderRules
리턴 GenderRules

LoadGenderYaml() 공개 메소드

public LoadGenderYaml ( ) : GenderRules
리턴 GenderRules

LoadJson() 공개 메소드

public LoadJson ( ) : Data.Rules
리턴 Data.Rules

LoadYaml() 공개 메소드

public LoadYaml ( ) : Data.Rules
리턴 Data.Rules