DomainModel.GetGeneratedDomainModelTypes Method
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.
Gets the list of generated domain model types (classes, rules, relationships).
protected:
virtual cli::array <Type ^> ^ GetGeneratedDomainModelTypes();
protected virtual Type[] GetGeneratedDomainModelTypes ();
abstract member GetGeneratedDomainModelTypes : unit -> Type[]
override this.GetGeneratedDomainModelTypes : unit -> Type[]
Protected Overridable Function GetGeneratedDomainModelTypes () As Type()
Returns
Type[]
List of types.