Property | Type | Description | |
---|---|---|---|
SetupFields | string | ||
SetupIEnumerableProperty | string | ||
SetupListProperty | string | ||
SetupSingleProperty | string |
Method | Description | |
---|---|---|
Setup ( object Object ) : void |
Sets up the aspect
|
|
SetupDefaultConstructor ( |
Sets up the default constructor
|
|
SetupEndMethod ( |
Sets up the end of a method
|
|
SetupExceptionMethod ( |
Sets up exception method
|
|
SetupInterfaces ( |
Sets up the interfaces used
|
|
SetupStartMethod ( |
Sets up the start of the method
|
Method | Description | |
---|---|---|
SetupFields ( |
||
SetupIEnumerableProperty ( string ReturnValueName, IProperty Property ) : string | ||
SetupListProperty ( string ReturnValueName, IProperty Property ) : string | ||
SetupSingleProperty ( string ReturnValueName, IProperty Property ) : string |
public Setup ( object Object ) : void | ||
Object | object | Object to set up |
return | void |
public SetupDefaultConstructor ( |
||
BaseType | Base type | |
return | string |
public SetupEndMethod ( |
||
Method | Method information | |
BaseType | Base type | |
ReturnValueName | string | Return value name |
return | string |
public SetupExceptionMethod ( |
||
Method | Method information | |
BaseType | Base type | |
return | string |
public SetupInterfaces ( |
||
Type | The object type | |
return | string |
public SetupStartMethod ( |
||
Method | Method information | |
BaseType | Base type | |
return | string |