DomainModel.GetCustomDomainModelTypes Method

Definition

Gets the list of non-generated domain model types.

protected:
 virtual cli::array <Type ^> ^ GetCustomDomainModelTypes();
protected virtual Type[] GetCustomDomainModelTypes ();
abstract member GetCustomDomainModelTypes : unit -> Type[]
override this.GetCustomDomainModelTypes : unit -> Type[]
Protected Overridable Function GetCustomDomainModelTypes () As Type()

Returns

Type[]

List of types.

Applies to