CodeGenerationUtilities.GetDomainTypeFullName 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.
Overloads
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. |
GetDomainTypeFullName(DomainProperty)
Gets the full name of the type of the DomainProperty (including generic parameters) relative to the namespace of the property's class.
public:
static System::String ^ GetDomainTypeFullName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ property);
public static string GetDomainTypeFullName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty property);
static member GetDomainTypeFullName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> string
Public Shared Function GetDomainTypeFullName (property As DomainProperty) As String
Parameters
- property
- DomainProperty
Returns
Applies to
GetDomainTypeFullName(DomainType, String)
Gets the full name of the DomainType (including generic parameters) relative to the given current namespace.
public:
static System::String ^ GetDomainTypeFullName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ type, System::String ^ currentNamespace);
public static string GetDomainTypeFullName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainType type, string currentNamespace);
static member GetDomainTypeFullName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainType * string -> string
Public Shared Function GetDomainTypeFullName (type As DomainType, currentNamespace As String) As String
Parameters
- type
- DomainType
- currentNamespace
- String