Table of Contents

Class SetAdded

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

Constructors

SetAdded(Guid, string, Guid)

public SetAdded(Guid set, string name, Guid standard)

Parameters

set Guid
name string
standard Guid

Properties

Name

public string Name { get; set; }

Property Value

string

Set

public Guid Set { get; set; }

Property Value

Guid

Standard

public Guid Standard { get; set; }

Property Value

Guid