Class ComponentType
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
componentTypeIdshortThe unique identifier for this component type.
namestringThe component type name.
Exceptions
- ArgumentNullException
nameis null.
Properties
ComponentTypeId
Gets the unique identifier for this component type.
[DataMember]
public short ComponentTypeId { get; }
Property Value
Name
Gets the component type name.
[DataMember]
public string Name { get; }