TypeBinder Class
Namespace: PTS.EntityLayer.Binding
Assembly: PTS.EntityLayer.Binding.dll
Syntax
public class TypeBinder : EntityBindingBinder, IEntityBinder
Inheritance
System.Object
TypeBinder
Implements
Constructors
TypeBinder(Type, Type[])
Declaration
public TypeBinder(Type bindingType, params Type[] targetTypes)
Parameters
Type | Name | Description |
---|---|---|
System.Type | bindingType | |
System.Type[] | targetTypes |
Properties
MatchedTypes
Declaration
protected IReadOnlyCollection<Type> MatchedTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<System.Type> |
TargetTypes
Declaration
protected Type[] TargetTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Type[] |
Methods
ActivateBindingInstances()
Declaration
protected override IReadOnlyCollection<IEntityBinding> ActivateBindingInstances()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<IEntityBinding> |
Overrides
BeforeBindingInitialized()
Declaration
protected override sealed void BeforeBindingInitialized()
Overrides
BeforeTypeBinderInitialized()
Declaration
protected virtual void BeforeTypeBinderInitialized()
FindMatchedTypes()
Declaration
protected virtual IReadOnlyCollection<Type> FindMatchedTypes()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyCollection<System.Type> |
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()