Table of Contents

Class ComponentType

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A component type.

[DataContract(IsReference = true)]
public class ComponentType
Inheritance
ComponentType
Inherited Members

Constructors

ComponentType(short, string)

Initializes a new instance of the ComponentType class.

public ComponentType(short componentTypeId, string name)

Parameters

componentTypeId short

The unique identifier for this component type.

name string

The component type name.

Exceptions

ArgumentNullException

name is null.

Properties

ComponentTypeId

Gets the unique identifier for this component type.

[DataMember]
public short ComponentTypeId { get; }

Property Value

short

Name

Gets the component type name.

[DataMember]
public string Name { get; }

Property Value

string