Table of Contents

Class CreateEntitySectionV3Event

Namespace
The.Model.History
Assembly
Instagile.Model.dll
public sealed class CreateEntitySectionV3Event : IEvent
Inheritance
CreateEntitySectionV3Event
Implements
Inherited Members
Extension Methods

Constructors

CreateEntitySectionV3Event(Guid, Guid, string)

public CreateEntitySectionV3Event(Guid iD, Guid entity, string name)

Parameters

iD Guid
entity Guid
name string

Fields

Entity

public readonly Guid Entity

Field Value

Guid

ID

public readonly Guid ID

Field Value

Guid

Name

public readonly string Name

Field Value

string

Methods

Equals(object?)

public override bool Equals(object? o)

Parameters

o object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToCode()

public string ToCode()

Returns

string

ToString()

public override string ToString()

Returns

string