Class CcdReleaseEntryCreate
CcdReleaseEntryCreate model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdReleaseEntryCreate : object
Constructors
CcdReleaseEntryCreate(System.Guid, System.Guid)
Creates an instance of CcdReleaseEntryCreate.
Declaration
public CcdReleaseEntryCreate(System.Guid entryid, System.Guid versionid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | entryid | entryid param |
| System.Guid | versionid | versionid param |
Properties
Entryid
Declaration
public System.Guid Entryid { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Versionid
Declaration
public System.Guid Versionid { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |