Class StringFieldInfo
Field information class for string-typed fields
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class StringFieldInfo : TypedFieldInfoBase<string>, ICloneable, IEquatable<FieldInfo>
Constructors
StringFieldInfo(TableInfo, FieldDataType, String)
Field information class for string-typed fields
Declaration
public StringFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | parent | |
FieldDataType | dataType | |
String | name |
Properties
Item[ISoDataRecord]
Field information class for string-typed fields
Declaration
public string this[ISoDataRecord record] { get; }
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Property Value
Type | Description |
---|---|
String |
Methods
Clone()
Field information class for string-typed fields
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
GetValue(ISoDataRecord)
Field information class for string-typed fields
Declaration
public string GetValue(ISoDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Returns
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)