Method | Description | |
---|---|---|
GetEntityFields ( string entityName ) : IEntityFieldCore[] |
Gets the entity fields for the entity passed in. Only the fields defined in the entity are returned
|
Method | Description | |
---|---|---|
InheritanceInfoProviderCore ( ) : System |
Initializes a new instance of the InheritanceInfoProviderCore class.
|
|
Init ( ) : void |
Method which initializes the internal datastores with the structure of hierarchical types.
|
public GetEntityFields ( string entityName ) : IEntityFieldCore[] | ||
entityName | string | Name of the entity to grab the fields for |
return | IEntityFieldCore[] |