C# Class Omb.Domain.DKCoinResourceTypeList

Inheritance: IDObjectList
Mostra file Open project: dkcoin/dkCOIN-1.2

Public Methods

Method Description
Add ( DKCoinResourceType value ) : int
DeepCopy ( ) : DKCoinResourceTypeList
Find ( ID i ) : DKCoinResourceType
New ( ) : DKCoinResourceTypeList
this ( int index ) : DKCoinResourceType

Protected Methods

Method Description
DKCoinResourceTypeList ( ) : System

Method Details

Add() public method

public Add ( DKCoinResourceType value ) : int
value DKCoinResourceType
return int

DKCoinResourceTypeList() protected method

protected DKCoinResourceTypeList ( ) : System
return System

DeepCopy() public method

public DeepCopy ( ) : DKCoinResourceTypeList
return DKCoinResourceTypeList

Find() public method

public Find ( ID i ) : DKCoinResourceType
i ID
return DKCoinResourceType

New() public static method

public static New ( ) : DKCoinResourceTypeList
return DKCoinResourceTypeList

this() public method

public this ( int index ) : DKCoinResourceType
index int
return DKCoinResourceType