Table of Contents

Class CompanyDescription

Namespace
InSite.Domain.Organizations
Assembly
Shift.Sdk.dll
public class CompanyDescription
Inheritance
CompanyDescription
Inherited Members
Extension Methods

Constructors

CompanyDescription()

public CompanyDescription()

Properties

CompanySize

public CompanySize CompanySize { get; set; }

Property Value

CompanySize

CompanySummary

public string CompanySummary { get; set; }

Property Value

string

LegalName

public string LegalName { get; set; }

Property Value

string

Methods

Clone()

public CompanyDescription Clone()

Returns

CompanyDescription

IsEqual(CompanyDescription)

public bool IsEqual(CompanyDescription other)

Parameters

other CompanyDescription

Returns

bool