MessageTypeAttribute Constructor
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.
public:
MessageTypeAttribute(Microsoft::XLANGs::BaseTypes::EXLangSAccess messageTypeAccess, Microsoft::XLANGs::BaseTypes::EXLangSMessageInfo messageTypeInfo, System::String ^ messageTypeAlias, cli::array <Type ^> ^ partTypes, cli::array <System::String ^> ^ partNames, cli::array <Type ^> ^ partWrapperTypes, int bodyPartIndex, System::String ^ bodyRoot);
public MessageTypeAttribute (Microsoft.XLANGs.BaseTypes.EXLangSAccess messageTypeAccess, Microsoft.XLANGs.BaseTypes.EXLangSMessageInfo messageTypeInfo, string messageTypeAlias, Type[] partTypes, string[] partNames, Type[] partWrapperTypes, int bodyPartIndex, string bodyRoot);
new Microsoft.XLANGs.BaseTypes.MessageTypeAttribute : Microsoft.XLANGs.BaseTypes.EXLangSAccess * Microsoft.XLANGs.BaseTypes.EXLangSMessageInfo * string * Type[] * string[] * Type[] * int * string -> Microsoft.XLANGs.BaseTypes.MessageTypeAttribute
Public Sub New (messageTypeAccess As EXLangSAccess, messageTypeInfo As EXLangSMessageInfo, messageTypeAlias As String, partTypes As Type(), partNames As String(), partWrapperTypes As Type(), bodyPartIndex As Integer, bodyRoot As String)
Parameters
- messageTypeAccess
- EXLangSAccess
- messageTypeInfo
- EXLangSMessageInfo
- messageTypeAlias
- String
- partTypes
- Type[]
- partNames
- String[]
- partWrapperTypes
- Type[]
- bodyPartIndex
- Int32
- bodyRoot
- String