The RepositoryExtender type exposes the following members.

Methods

  Name Description
Public method AddForCascadeDelete(IEntity2, UnitOfWork2)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddForCascadeDelete(IEntity2, UnitOfWork2, Int32)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddForCascadeDelete(Type, RelationPredicateBucket, UnitOfWork2)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddForCascadeDelete(Type, RelationPredicateBucket, UnitOfWork2, Int32)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddFullPhraseSearch(IPredicateExpression, EntityField2, String)
Appends full phrase search filter to relation predicate bucket.

Note: Only exact phrases will be matched.

Public method AddFullPhraseSearch(IRelationPredicateBucket, EntityField2, String)
Appends full phrase search filter to relation predicate bucket.

Note: Only exact phrases will be matched.

Public method AddPartialPhraseSearch(IPredicateExpression, EntityField2, String)
Appends partial phrase search filter to relation predicate bucket.

Note: All phrases will be matched, full and partial ones.

Public method AddPartialPhraseSearch(IRelationPredicateBucket, EntityField2, String)
Appends partial phrase search filter to relation predicate bucket.

Note: All phrases will be matched, full and partial ones.

Public method AddWithOrFullPhraseSearch(IPredicateExpression, EntityField2, String)
Appends full phrase search filter to relation predicate bucket.

Note: Only exact phrases will be matched.

Public method AddWithOrFullPhraseSearch(IRelationPredicateBucket, EntityField2, String)
Appends full phrase search filter to relation predicate bucket.

Note: Only exact phrases will be matched.

Public method AddWithOrPartialPhraseSearch(IPredicateExpression, EntityField2, String)
Appends partial phrase search filter to relation predicate bucket.

Note: All phrases will be matched, full and partial ones.

Public method AddWithOrPartialPhraseSearch(IRelationPredicateBucket, EntityField2, String)
Appends partial phrase search filter to relation predicate bucket.

Note: All phrases will be matched, full and partial ones.

Public method CascadeDelete(IEntity2)
Used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method CascadeDelete(IEntity2, Int32)
Used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method GetDefaultCommitOrder
Creates and returns a default commit order for unit of work: direct updates, direct deletes, inserts, updates, deletes.
Public method GetEntityPageIndex
Get page index for entity.
Public method Static member GetRepositoryInstance(Type)
Get repository instance used for wrapped constructor type repositories.
Public method Static member GetRepositoryInstance(Type, array<Object>[]()[][])
Get repository instance used for wrapped constructor type repositories.
Public method Static member GetRepositoryInstance<(Of <<'(T>)>>)()()()()
Get repository instance used for wrapped constructor type repositories.
Public method Static member GetRepositoryInstance<(Of <<'(T>)>>)(array<Object>[]()[][])
Get repository instance used for wrapped constructor type repositories.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

See Also