Class GetDataDictionarySettingsRequest
Represents the a request for the GetDataDictionarySettings method.
Inheritance
System.Object
GetDataDictionarySettingsRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetDataDictionarySettingsRequest : ServiceRequest
Constructors
GetDataDictionarySettingsRequest()
Declaration
public GetDataDictionarySettingsRequest()
Properties
EntityName
Gets or sets the value.
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Entity - EntityName |