Class CreateResponse
Represents Create Object Response.
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class CreateResponse : ResponseConstructors
CreateResponse()
Initializes a new instance of the CreateResponse class.
Declaration
public CreateResponse()CreateResponse(PrimaryKeyId)
Initializes a new instance of the CreateResponse class.
Declaration
public CreateResponse(PrimaryKeyId primaryKeyId)Parameters
| Type | Name | Description | 
|---|---|---|
| PrimaryKeyId | primaryKeyId | The primary key id. | 
Properties
PrimaryKeyId
Gets or sets the primary key id.
Declaration
public PrimaryKeyId PrimaryKeyId { get; set; }Property Value
| Type | Description | 
|---|---|
| PrimaryKeyId | The primary key id. | 
