Class CreateResponse
Represents Create Object Response.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class CreateResponse : Response
Constructors
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. |