Interface IBehaviorValue
Generic contract for behavior values.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Behaviors
Assembly: Kephas.Core.dll
Syntax
public interface IBehaviorValue : IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceValue
Gets the behavior value.
Declaration
object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The behavior value. |