ComputedPropertiesDefinition<T> 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.
Computed Properties fluent definition.
public class ComputedPropertiesDefinition<T>
type ComputedPropertiesDefinition<'T> = class
Public Class ComputedPropertiesDefinition(Of T)
Type Parameters
- T
- Inheritance
-
ComputedPropertiesDefinition<T>
Methods
| Name | Description |
|---|---|
| Attach() |
Applies the current definition to the parent. |
| WithComputedProperty(String, String) |
Adds a computed property to the current ComputedPropertiesDefinition<T> |