Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddRange ( List |
Adds the entities.
|
|
ClassEntity ( ) : System |
Initializes a new instance of the ClassEntity class.
|
|
GetConstructors ( bool includeSuper, bool includeProtocols ) : IEnumerable |
Gets all constructors (superclass and protocols).
|
|
GetHashValue ( ) : int |
Serves as a hash function for a particular type.
|
|
GetMethods ( bool includeSuper, bool includeProtocols ) : IEnumerable |
Gets all methods (superclass and protocols).
|
|
GetProperties ( bool includeSuper, bool includeProtocols ) : IEnumerable |
Gets all methods (superclass and protocols).
|
|
HasMethod ( String name, bool isStatic ) : bool |
Determines whether the specified instance has method.
|
public AddRange ( List |
||
entities | List |
The entities. |
return | void |
public GetConstructors ( bool includeSuper, bool includeProtocols ) : IEnumerable |
||
includeSuper | bool | |
includeProtocols | bool | |
return | IEnumerable |
public GetMethods ( bool includeSuper, bool includeProtocols ) : IEnumerable |
||
includeSuper | bool | |
includeProtocols | bool | |
return | IEnumerable |
public GetProperties ( bool includeSuper, bool includeProtocols ) : IEnumerable |
||
includeSuper | bool | |
includeProtocols | bool | |
return | IEnumerable |
public HasMethod ( String name, bool isStatic ) : bool | ||
name | String | The name. |
isStatic | bool | if set to |
return | bool |