Table of Contents

Class CaseOpened

Namespace
InSite.Domain.Issues
Assembly
Shift.Sdk.dll
public class CaseOpened : Change, IChange
Inheritance
CaseOpened
Implements
Inherited Members
Extension Methods

Constructors

CaseOpened(Guid, int, string, string, DateTimeOffset, string, string, DateTime?)

public CaseOpened(Guid tenant, int number, string title, string description, DateTimeOffset opened, string source, string type, DateTime? startedDate)

Parameters

tenant Guid
number int
title string
description string
opened DateTimeOffset
source string
type string
startedDate DateTime?

Properties

Description

public string Description { get; set; }

Property Value

string

Number

public int Number { get; set; }

Property Value

int

Opened

public DateTimeOffset Opened { get; set; }

Property Value

DateTimeOffset

Source

public string Source { get; set; }

Property Value

string

StartedDate

public DateTime? StartedDate { get; set; }

Property Value

DateTime?

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Title

public string Title { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string