Class AppointmentCautionWarningFieldInfo
Inheritance
AppointmentCautionWarningFieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentCautionWarningFieldInfo : TypedFieldInfoBase<AppointmentCautionWarning>, ICloneable, IEquatable<FieldInfo>
Constructors
AppointmentCautionWarningFieldInfo(TableInfo, FieldDataType, String)
Declaration
public AppointmentCautionWarningFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
Item[ISoDataRecord]
Declaration
public AppointmentCautionWarning this[ISoDataRecord record] { get; }
Parameters
Property Value
Methods
Clone()
Declaration
public override object Clone()
Returns
Overrides
GetValue(ISoDataRecord)
Declaration
public AppointmentCautionWarning GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)