Class ChatSessionStatusFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum ChatSessionStatus in the database
Inheritance
System.Object
ChatSessionStatusFieldInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class ChatSessionStatusFieldInfo : TypedFieldInfoBase<ChatSessionStatus>, ICloneable, IEquatable<FieldInfo>
Constructors
ChatSessionStatusFieldInfo(TableInfo, FieldDataType, String)
Declaration
public ChatSessionStatusFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | parent | |
FieldDataType | dataType | |
System.String | name |
Properties
Item[ISoDataRecord]
Declaration
public ChatSessionStatus this[ISoDataRecord record] { get; }
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Property Value
Type | Description |
---|---|
ChatSessionStatus |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
GetValue(ISoDataRecord)
Declaration
public ChatSessionStatus GetValue(ISoDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Returns
Type | Description |
---|---|
ChatSessionStatus |
Implements
System.ICloneable
System.IEquatable<T>
Extension Methods
EnumUtil.MapEnums<From, To>(From)