See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public Func<AppWizardEntityClassProperty, FieldAvailabilityCollection, bool> CanBeAvailableDefaulter { get; private set; }
Visual Basic
Public Property CanBeAvailableDefaulter As Func(Of AppWizardEntityClassProperty, FieldAvailabilityCollection, Boolean)
	Get
	Private Set
Visual C++
public:
property Func<AppWizardEntityClassProperty^, FieldAvailabilityCollection^, bool>^ CanBeAvailableDefaulter {
	Func<AppWizardEntityClassProperty^, FieldAvailabilityCollection^, bool>^ get ();
	private: void set (Func<AppWizardEntityClassProperty^, FieldAvailabilityCollection^, bool>^ value);
}

Property Value

Type: Func<(Of <(<'AppWizardEntityClassProperty, FieldAvailabilityCollection, Boolean>)>)>

See Also