Table of Contents

Class StandardCategory

Namespace
InSite.Domain.Standards
Assembly
Shift.Sdk.dll
public class StandardCategory
Inheritance
StandardCategory
Inherited Members
Extension Methods

Constructors

StandardCategory()

public StandardCategory()

StandardCategory(Guid, int?)

public StandardCategory(Guid categoryId, int? sequence)

Parameters

categoryId Guid
sequence int?

Properties

CategoryId

public Guid CategoryId { get; set; }

Property Value

Guid

Sequence

public int? Sequence { get; set; }

Property Value

int?

Methods

Clone()

public StandardCategory Clone()

Returns

StandardCategory