C# 클래스 Omb.Domain.DKCoinResourceList

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

공개 메소드들

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

보호된 메소드들

메소드 설명
DKCoinResourceList ( ) : System

메소드 상세

Add() 공개 메소드

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

DKCoinResourceList() 보호된 메소드

protected DKCoinResourceList ( ) : System
리턴 System

DeepCopy() 공개 메소드

public DeepCopy ( ) : DKCoinResourceList
리턴 DKCoinResourceList

Find() 공개 메소드

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

New() 공개 정적인 메소드

public static New ( ) : DKCoinResourceList
리턴 DKCoinResourceList

this() 공개 메소드

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