EventActivityValueResolver Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class EventActivityValueResolver : Microsoft.Bot.Builder.Scorables.Internals.PropertyResolver<Microsoft.Bot.Connector.IEventActivity>
	type EventActivityValueResolver = class
    inherit PropertyResolver<IEventActivity>
	Public NotInheritable Class EventActivityValueResolver
Inherits PropertyResolver(Of IEventActivity)
		- Inheritance
 
Constructors
| EventActivityValueResolver(IResolver) | 
Fields
| inner | (Inherited from DelegatingResolver) | 
Methods
| PropertyFrom(T) | (Inherited from PropertyResolver<T>) | 
| TryResolve(Type, Object, Object) | (Inherited from PropertyResolver<T>) | 
Extension Methods
| CanResolve(IResolver, Type, Object) | |
| Resolve(IResolver, Type, Object) | |
| TryResolve<T>(IResolver, Object, T) |