Class ExternalOwnerFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum ExternalOwner in the database
Inheritance
ExternalOwnerFieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class ExternalOwnerFieldInfo : TypedFieldInfoBase<ExternalOwner>, ICloneable, IEquatable<FieldInfo>
Constructors
ExternalOwnerFieldInfo(TableInfo, FieldDataType, string)
Declaration
public ExternalOwnerFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
this[ISoDataRecord]
Declaration
public ExternalOwner this[ISoDataRecord record] { get; }
Parameters
Property Value
Methods
Clone()
Memberwise Clone of this object
Declaration
public override object Clone()
Returns
| Type |
Description |
| object |
Copy of the fieldinfo that points to the same parent table.
|
Overrides
GetValue(ISoDataRecord)
Declaration
public ExternalOwner GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods