public UpdateSimpleColumnByFIIdResponse(Guid forecastInstanceId,
                                         Guid forecastConfigurationColumnId,
                                         String message,
                                         UpdateSimpleColumnStatusCode statusCode)
 {
     ForecastInstanceId            = forecastInstanceId;
     ForecastConfigurationColumnId = forecastConfigurationColumnId;
     Message    = message;
     StatusCode = statusCode;
 }
예제 #2
0
 public UpdateSimpleColumnByEntityResponse(Guid hierarchyEntityRecordId,
                                           Guid forecastConfigurationColumnId,
                                           String message,
                                           UpdateSimpleColumnStatusCode statusCode)
 {
     HierarchyEntityRecordId       = hierarchyEntityRecordId;
     ForecastConfigurationColumnId = forecastConfigurationColumnId;
     Message    = message;
     StatusCode = statusCode;
 }