C# 클래스 TESVSnip.Domain.Model.SearchCriteriaSettings

파일 보기 프로젝트 열기: figment/tesvsnip 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items IEnumerable
Type string

공개 메소드들

메소드 설명
GetDisplayString ( SearchCondRecordType type ) : string
GetFormatString ( SearchCondElementType type ) : string
ToString ( ) : string

메소드 상세

GetDisplayString() 공개 정적인 메소드

public static GetDisplayString ( SearchCondRecordType type ) : string
type SearchCondRecordType
리턴 string

GetFormatString() 공개 정적인 메소드

public static GetFormatString ( SearchCondElementType type ) : string
type SearchCondElementType
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Items 공개적으로 프로퍼티

public IEnumerable Items
리턴 IEnumerable

Type 공개적으로 프로퍼티

public string Type
리턴 string