Class KitDelay
[Table("kits_delays")]
public class KitDelay : BaseDelay, ICloneable
- Inheritance
-
KitDelay
- Implements
- Inherited Members
Constructors
KitDelay()
public KitDelay()
KitDelay(KitDelay)
public KitDelay(KitDelay other)
Parameters
otherKitDelay
Properties
KitId
[Required]
[Column("Kit")]
public uint KitId { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override object Clone()
Returns
- object
A new object that is a copy of this instance.