Class CcdReleaseChangeVersion
CcdReleaseChangeVersion model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdReleaseChangeVersion : object
Constructors
CcdReleaseChangeVersion(Int32, Int32, DateTime, String, String, Boolean, Int32, Int32)
Creates an instance of CcdReleaseChangeVersion.
Declaration
public CcdReleaseChangeVersion(int add = null, int delete = null, DateTime lastModified = null, string lastModifiedBy = null, string lastModifiedByName = null, bool loading = null, int unchanged = null, int update = null)
Parameters
Type | Name | Description |
---|---|---|
Int32 | add | add param |
Int32 | delete | delete param |
DateTime | lastModified | lastModified param |
String | lastModifiedBy | lastModifiedBy param |
String | lastModifiedByName | lastModifiedByName param |
Boolean | loading | loading param |
Int32 | unchanged | unchanged param |
Int32 | update | update param |
Properties
Add
Declaration
public int Add { get; }
Property Value
Type | Description |
---|---|
Int32 |
Delete
Declaration
public int Delete { get; }
Property Value
Type | Description |
---|---|
Int32 |
LastModified
Declaration
public DateTime LastModified { get; }
Property Value
Type | Description |
---|---|
DateTime |
LastModifiedBy
Declaration
public string LastModifiedBy { get; }
Property Value
Type | Description |
---|---|
String |
LastModifiedByName
Declaration
public string LastModifiedByName { get; }
Property Value
Type | Description |
---|---|
String |
Loading
Declaration
public bool Loading { get; }
Property Value
Type | Description |
---|---|
Boolean |
Unchanged
Declaration
public int Unchanged { get; }
Property Value
Type | Description |
---|---|
Int32 |
Update
Declaration
public int Update { get; }
Property Value
Type | Description |
---|---|
Int32 |