SyncBEResponse Constructor (Int32, ListInfoMessage, DictionaryString, DictionaryDataStructure, ListDataStructure, ListString) |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SyncBEResponse(
int httpResponseCode,
List<InfoMessage> infoMessages,
Dictionary<string, Dictionary<DataStructure, List<DataStructure>>> dataBEs,
List<string> beMetaData
)
Public Sub New (
httpResponseCode As Integer,
infoMessages As List(Of InfoMessage),
dataBEs As Dictionary(Of String, Dictionary(Of DataStructure, List(Of DataStructure))),
beMetaData As List(Of String)
)
public:
SyncBEResponse(
int httpResponseCode,
List<InfoMessage^>^ infoMessages,
Dictionary<String^, Dictionary<DataStructure^, List<DataStructure^>^>^>^ dataBEs,
List<String^>^ beMetaData
)
new :
httpResponseCode : int *
infoMessages : List<InfoMessage> *
dataBEs : Dictionary<string, Dictionary<DataStructure, List<DataStructure>>> *
beMetaData : List<string> -> SyncBEResponseParameters
- httpResponseCode
- Type: SystemInt32
- infoMessages
- Type: System.Collections.GenericListInfoMessage
- dataBEs
- Type: System.Collections.GenericDictionaryString, DictionaryDataStructure, ListDataStructure
- beMetaData
- Type: System.Collections.GenericListString
See Also