Class SaveDataDictionarySettingsResponse
Represents the response for the SaveDataDictionarySettings method.
Inheritance
System.Object
SaveDataDictionarySettingsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveDataDictionarySettingsResponse : ServiceResponse
Constructors
SaveDataDictionarySettingsResponse()
Declaration
public SaveDataDictionarySettingsResponse()
Properties
DataDictionaryList
Request Property
Declaration
public ICollection<DataDictionaryColumnEntity> DataDictionaryList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DataDictionaryColumnEntity> |