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