Property | Type | Description | |
---|---|---|---|
_codeFacade | string | ||
_columns | ReferenceCollection | ||
_description | string | ||
_generated | bool | ||
_id | int | ||
_name | string | ||
_sql | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateRef ( ) : Reference | ||
CreateRef ( string key ) : Reference | ||
CustomView ( INHydrateModelObject root ) : System | ||
GetCodeFacade ( ) : string | ||
GetColumns ( ) : IEnumerable |
Returns the column for this object
|
|
GetColumnsByType ( System type ) : List |
||
GetSQLSchema ( ) : string | ||
ResetId ( int newId ) : void | ||
ToString ( ) : string | ||
XmlAppend ( |
||
XmlLoad ( |
Method | Description | |
---|---|---|
CreateDataTable ( ) : System.Data.DataTable |
protected CreateDataTable ( ) : System.Data.DataTable | ||
return | System.Data.DataTable |
public CustomView ( INHydrateModelObject root ) : System | ||
root | INHydrateModelObject | |
return | System |
public GetColumnsByType ( System type ) : List |
||
type | System | |
return | List |
public XmlAppend ( |
||
node | ||
return | void |