C# 클래스 Config.Task.DataCompleteconditiontype

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

공개 메소드들

메소드 설명
All ( ) : List
Equals ( object obj ) : bool
Filter ( Predicate predicate ) : List
Get ( int id ) : DataCompleteconditiontype
GetHashCode ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
Initialize ( Config os, Config errors ) : void
_create ( Config os ) : DataCompleteconditiontype

메소드 상세

All() 공개 정적인 메소드

public static All ( ) : List
리턴 List

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Filter() 공개 정적인 메소드

public static Filter ( Predicate predicate ) : List
predicate Predicate
리턴 List

Get() 공개 정적인 메소드

public static Get ( int id ) : DataCompleteconditiontype
id int
리턴 DataCompleteconditiontype

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string