Class CcdReleaseChangeVersion
CcdReleaseChangeVersion model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdReleaseChangeVersion
Constructors
CcdReleaseChangeVersion(Int32, Int32, DateTime, String, String, Boolean, Int32, Int32)
Creates an instance of CcdReleaseChangeVersion.
Declaration
[Preserve]
public CcdReleaseChangeVersion(int add = 0, int delete = 0, DateTime lastModified = default(DateTime), string lastModifiedBy = null, string lastModifiedByName = null, bool loading = false, int unchanged = 0, int update = 0)
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
[Preserve]
public int Add { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Delete
Declaration
[Preserve]
public int Delete { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
LastModified
Declaration
[Preserve]
public DateTime LastModified { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LastModifiedBy
Declaration
[Preserve]
public string LastModifiedBy { get; }
Property Value
| Type | Description |
|---|---|
| String |
LastModifiedByName
Declaration
[Preserve]
public string LastModifiedByName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Loading
Declaration
[Preserve]
public bool Loading { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Unchanged
Declaration
[Preserve]
public int Unchanged { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Update
Declaration
[Preserve]
public int Update { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |