C# 클래스 Omb.Domain.DKCoinResourceTypeList

상속: IDObjectList
파일 보기 프로젝트 열기: dkcoin/dkCOIN-1.2

공개 메소드들

메소드 설명
Add ( DKCoinResourceType value ) : int
DeepCopy ( ) : DKCoinResourceTypeList
Find ( ID i ) : DKCoinResourceType
New ( ) : DKCoinResourceTypeList
this ( int index ) : DKCoinResourceType

보호된 메소드들

메소드 설명
DKCoinResourceTypeList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( DKCoinResourceType value ) : int
value DKCoinResourceType
리턴 int

DKCoinResourceTypeList() 보호된 메소드

protected DKCoinResourceTypeList ( ) : System
리턴 System

DeepCopy() 공개 메소드

public DeepCopy ( ) : DKCoinResourceTypeList
리턴 DKCoinResourceTypeList

Find() 공개 메소드

public Find ( ID i ) : DKCoinResourceType
i ID
리턴 DKCoinResourceType

New() 공개 정적인 메소드

public static New ( ) : DKCoinResourceTypeList
리턴 DKCoinResourceTypeList

this() 공개 메소드

public this ( int index ) : DKCoinResourceType
index int
리턴 DKCoinResourceType