IElementCreatorCore Methods |
The IElementCreatorCore type exposes the following members.
Methods
| Name | Description |
---|
 | CreateDynamicRelation(DerivedTableDefinition) |
Creates a new dynamic relation instance
|
 | CreateDynamicRelation(DerivedTableDefinition, JoinHint, DerivedTableDefinition, IPredicate) |
Creates a new dynamic relation instance
|
 | CreateDynamicRelation(DerivedTableDefinition, JoinHint, String, String, IPredicate) |
Creates a new dynamic relation instance
|
 | CreateDynamicRelation(IEntityFieldCore, JoinHint, DerivedTableDefinition, String, IPredicate) |
Creates a new dynamic relation instance
|
 | CreateDynamicRelation(String, JoinHint, String, String, String, IPredicate) |
Creates a new dynamic relation instance
|
 | CreateDynamicRelation(IEntityFieldCore, JoinHint, String, String, String, IPredicate) |
Creates a new dynamic relation instance
|
 | GetFactory(Int32) |
Gets the factory of the Entity type with the EntityType value passed in
|
 | GetFactory(Type) |
Gets the factory of the Entity type with the .NET type passed in
|
 | GetTypedViewFields |
Gets the typed view fields of the typedview with the typedviewenum type value specified.
|
 | ObtainInheritanceInfoProviderInstance |
Obtains the inheritance info provider instance from the singleton
|
Top
See Also