Freigeben über


ComputedPropertiesDefinition<T> Class

Definition

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>

Applies to

See also