Table of Contents

Class GroupDescribed

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

Constructors

GroupDescribed(string, string, string, string)

public GroupDescribed(string category, string code, string description, string label)

Parameters

category string
code string
description string
label string

Properties

Category

public string Category { get; }

Property Value

string

Code

public string Code { get; }

Property Value

string

Description

public string Description { get; }

Property Value

string

Label

public string Label { get; }

Property Value

string