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