C# 클래스 Esmf.Parameter

파일 보기 프로젝트 열기: fund-model/fund

공개 메소드들

메소드 설명
GetAllElements ( ) : IEnumerable
Save ( string filename, string comment = null ) : void

보호된 메소드들

메소드 설명
Parameter ( string name, int id ) : System

메소드 상세

GetAllElements() 공개 추상적인 메소드

public abstract GetAllElements ( ) : IEnumerable
리턴 IEnumerable

Parameter() 보호된 메소드

protected Parameter ( string name, int id ) : System
name string
id int
리턴 System

Save() 공개 추상적인 메소드

public abstract Save ( string filename, string comment = null ) : void
filename string
comment string
리턴 void