DomainModelSerializerAttribute Constructors

Definition

Overloads

DomainModelSerializerAttribute(String, String, String)

Constructor

DomainModelSerializerAttribute(Type, String, String)

Constructor

DomainModelSerializerAttribute(String, String, String)

Constructor

public:
 DomainModelSerializerAttribute(System::String ^ domainModelId, System::String ^ domainModelNamespace, System::String ^ modelFileExtension);
public DomainModelSerializerAttribute (string domainModelId, string domainModelNamespace, string modelFileExtension);
new Microsoft.VisualStudio.Modeling.DomainModelSerializerAttribute : string * string * string -> Microsoft.VisualStudio.Modeling.DomainModelSerializerAttribute
Public Sub New (domainModelId As String, domainModelNamespace As String, modelFileExtension As String)

Parameters

domainModelId
String

The if (Guid) of the domain model being serialized

domainModelNamespace
String

The XML namespace of the domain model being serialized

modelFileExtension
String

The file extension of the domain model being serialized (e.g. ".ext")

Applies to

DomainModelSerializerAttribute(Type, String, String)

Constructor

public:
 DomainModelSerializerAttribute(Type ^ domainModelType, System::String ^ domainModelNamespace, System::String ^ modelFileExtension);
public DomainModelSerializerAttribute (Type domainModelType, string domainModelNamespace, string modelFileExtension);
new Microsoft.VisualStudio.Modeling.DomainModelSerializerAttribute : Type * string * string -> Microsoft.VisualStudio.Modeling.DomainModelSerializerAttribute
Public Sub New (domainModelType As Type, domainModelNamespace As String, modelFileExtension As String)

Parameters

domainModelType
Type

The type of the domain model being serialized

domainModelNamespace
String

The XML namespace of the domain model being serialized

modelFileExtension
String

The file extension of the domain model being serialized (e.g. ".ext")

Applies to