EntityInterfaceBinder Class
Namespace: PTS.EntityLayer.Binding
Assembly: PTS.EntityLayer.Binding.dll
Syntax
public class EntityInterfaceBinder : TypeBinder, IEntityBinder
Inheritance
System.Object
EntityInterfaceBinder
Implements
Constructors
EntityInterfaceBinder(Type, Type[])
Declaration
public EntityInterfaceBinder(Type bindingType, params Type[] typesToMatch)
Parameters
Type | Name | Description |
---|---|---|
System.Type | bindingType | |
System.Type[] | typesToMatch |
Methods
BeforeTypeBinderInitialized()
Declaration
protected override void BeforeTypeBinderInitialized()
Overrides
FindMatchedTypes()
Declaration
protected override IReadOnlyCollection<Type> FindMatchedTypes()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<System.Type> |
Overrides
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()