메소드 | 설명 | |
---|---|---|
CanCreate ( |
||
CanPopulate ( |
||
VerifyCreateRequestWithNullType ( ) : void | ||
VerifyPopulateRequestWithNullType ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateInstance ( |
||
PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object |
public CanCreate ( |
||
type | ||
referenceName | string | |
buildChain | LinkedList | |
리턴 | bool |
public CanPopulate ( |
||
type | ||
referenceName | string | |
buildChain | LinkedList | |
리턴 | bool |
protected CreateInstance ( |
||
type | ||
referenceName | string | |
buildChain | LinkedList | |
리턴 | object |
protected PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object | ||
instance | object | |
executeStrategy | IExecuteStrategy | |
리턴 | object |
public VerifyPopulateRequestWithNullType ( ) : void | ||
리턴 | void |