CodeGenerationUtilities.GetDomainTypeFullName Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetDomainTypeFullName(DomainProperty) | Gets the full name of the type of the DomainProperty (including generic parameters) relative to the namespace of the property's class. | |
GetDomainTypeFullName(DomainType, String) | Gets the full name of the DomainType (including generic parameters) relative to the given current namespace. |
Top