C# Class Metsys.Little.BaseWrapper

Mostra file Open project: karlseguin/Metsys.Little

Public Methods

Method Description
Add ( object value ) : void
Create ( Type type, Type itemType, object existingContainer ) : BaseWrapper

Protected Methods

Method Description
CreateContainer ( Type type, Type itemType ) : object
SetContainer ( object container ) : void

Private Methods

Method Description
CreateWrapperFromType ( Type type, Type itemType ) : BaseWrapper

Method Details

Add() public abstract method

public abstract Add ( object value ) : void
value object
return void

Create() public static method

public static Create ( Type type, Type itemType, object existingContainer ) : BaseWrapper
type System.Type
itemType System.Type
existingContainer object
return BaseWrapper

CreateContainer() protected abstract method

protected abstract CreateContainer ( Type type, Type itemType ) : object
type System.Type
itemType System.Type
return object

SetContainer() protected abstract method

protected abstract SetContainer ( object container ) : void
container object
return void