Class AccessorFunctionAndType
A simple model which describes a function that provides access to a value.
Inheritance
System.Object
AccessorFunctionAndType
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()
Namespace: CSF.Validation.ManifestModel
Assembly: CSF.Validation.dll
Syntax
public class AccessorFunctionAndType
Properties
| Improve this Doc View SourceAccessorFunction
Gets or sets the function that provides access to the value.
Declaration
public Func<object, object> AccessorFunction { get; set; }
Property Value
Type | Description |
---|---|
System.Func<System.Object, System.Object> |
ExpectedType
Gets or sets the expected output/return type of the AccessorFunction.
Declaration
public Type ExpectedType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |