RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FieldDefinitionType<(Of <(<'TFieldDefinition>)>)> Class

A generic field definition type class.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public abstract class FieldDefinitionType<TFieldDefinition> : FieldDefinition
where TFieldDefinition : FieldDefinitionType<TFieldDefinition>
Public MustInherit Class FieldDefinitionType(Of TFieldDefinition As FieldDefinitionType(Of TFieldDefinition)) _
	Inherits FieldDefinition
generic<typename TFieldDefinition>
where TFieldDefinition : FieldDefinitionType<TFieldDefinition>
public ref class FieldDefinitionType abstract : public FieldDefinition

Type Parameters

TFieldDefinition
A class that derives from this class. Used in fluent API methods.

Inheritance Hierarchy


Object
  RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
    RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinitionType<(Of <(<'TFieldDefinition>)>)>