Show / Hide Table of Contents

Class _Byte

Represents a nullable System.Byte column.

Inheritance
System.Object
AddonBag
ModelMember
Column
Column<System.Nullable<System.Byte>>
_Byte
Implements
IColumns
System.Collections.Generic.IReadOnlyCollection<Column>
System.Collections.Generic.IEnumerable<Column>
System.Collections.IEnumerable
System.Collections.Generic.IComparer<DataRow>
IColumn<DbReader, System.Nullable<System.Byte>>
IColumn<DbReader>
IColumn
Inherited Members
Column<Nullable<Byte>>.IsPrimaryKey
Column<Nullable<Byte>>.Expression
Column<Nullable<Byte>>.GetExpression()
Column<Nullable<Byte>>.BaseColumns
Column<Nullable<Byte>>.Item[DataRow, Boolean]
Column<Nullable<Byte>>.IsReadOnly(DataRow)
Column<Nullable<Byte>>.Item[Int32]
Column<Nullable<Byte>>.Item[Int32, Boolean]
Column<Nullable<Byte>>.Item[DataRow, Int32, Boolean]
Column<Nullable<Byte>>.IsExpression
Column<Nullable<Byte>>.DataType
Column<Nullable<Byte>>.DbExpression
Column<Nullable<Byte>>.DbComputedExpression
Column<Nullable<Byte>>.IsNull(DataRow)
Column<Nullable<Byte>>.ScalarSourceModels
Column<Nullable<Byte>>.AggregateSourceModels
Column<Nullable<Byte>>.IsDeserializable
Column<Nullable<Byte>>.CreateParam(DataRow)
Column<Nullable<Byte>>.SetDefaultValue(Nullable<Byte>, String, String)
Column<Nullable<Byte>>.GetDefault()
Column<Nullable<Byte>>.Serialize(Int32)
Column<Nullable<Byte>>.Deserialize(Int32, JsonValue)
Column<Nullable<Byte>>.DefaultValue
Column<Nullable<Byte>>.GetDefaultValue()
Column<Nullable<Byte>>.ComputedAs(Column<Nullable<Byte>>, Boolean, Boolean)
Column<Nullable<Byte>>.IsConcrete
Column<Nullable<Byte>>.IsDbComputed
Column<Nullable<Byte>>.MapFrom(Column)
Column<Nullable<Byte>>.GetValue(DataRow, Boolean)
Column<Nullable<Byte>>.SetValue(DataRow, Object, Boolean)
Column<Nullable<Byte>>.HasDefaultComparer
Column<Nullable<Byte>>.Compare(DataRow, DataRow, SortDirection, IComparer<Nullable<Byte>>)
Column<Nullable<Byte>>.Compare(DataRow, DataRow, SortDirection)
Column<Nullable<Byte>>.ValueComparer
Column<Nullable<Byte>>.EqualityComparer
Column<Nullable<Byte>>.HasValueComparer
Column<Nullable<Byte>>.GetHashCode(DataRow)
Column<Nullable<Byte>>.Equals(DataRow, Column, DataRow)
Column.OriginalDeclaringType
Column.Name
Column.OriginalName
Column.Id
Column.OriginalId
Column.IsIdentity
Column.Ordinal
Column.DbColumnName
Column.DbColumnDescription
Column.IsAbsoluteExpression
Column.Kind
Column.IsSystem
Column.ToString()
Column.VerifyDbReader(DbReader)
Column.IsSerializable
Column.GetIdentity(Boolean)
Column.Asc()
Column.Desc()
Column.Nullable(Boolean)
Column.IsNullable
Column.IColumns.Contains(Column)
Column.IReadOnlyCollection<Column>.Count
Column.IEnumerable<Column>.GetEnumerator()
Column.IEnumerable.GetEnumerator()
Column.IColumns.IsSealed
Column.IColumns.Seal()
Column.IColumns.Add(Column)
Column.IColumns.Remove(Column)
Column.IColumns.Clear()
Column.DisplayShortName
Column.SetDisplayShortName(Func<String>)
Column.DisplayName
Column.SetDisplayName(Func<String>)
Column.DisplayDescription
Column.SetDisplayDescription(Func<String>)
Column.DisplayPrompt
Column.SetDisplayPrompt(Func<String>)
Column.Compare(DataRow, DataRow)
Column.RelativeName
Column.SetDefaultValue(Object, String, String)
Column.IsUnique
Column.LogicalDataType
Column.Model
ModelMember.GetParent()
ModelMember.DesignMode
ModelMember.VerifyDesignMode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class _Byte : Column<byte? >, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, byte? >, IColumn<DbReader>, IColumn

Properties

Name Description
Item[DbReader]

Gets the value of this column from DbReader's current row.

Methods

Name Description
AreEqual(Nullable<Byte>, Nullable<Byte>)
CastToString()
Const(Nullable<Byte>)

Creates a column of constant expression.

CreateConst(Nullable<Byte>)
CreateParam(Nullable<Byte>)
DeserializeValue(JsonValue)
Equals(Object)
GetHashCode()
IsNull(Nullable<Byte>)
Param(Nullable<Byte>, _Byte)

Creates a column of parameter expression.

SerializeValue(Nullable<Byte>)

Operators

Name Description
Addition(_Byte, _Byte)

Computes the sum of the two specified _Byte objects.

BitwiseAnd(_Byte, _Byte)

Computes the bitwise AND of its _Byte operands.

BitwiseOr(_Byte, _Byte)

Computes the bitwise OR of its _Byte operands.

Division(_Byte, _Byte)

Divides the two specified _Byte objects.

Equality(_Byte, _Byte)

Performs a logical comparison of the two _Byte parameters for equality.

ExclusiveOr(_Byte, _Byte)

Computes the bitwise exclusive-OR of its _Byte operands.

Explicit(_Boolean to _Byte)

Converts the supplied _Boolean to _Byte.

Explicit(_Byte to _String)

Converts the supplied _Byte to _String.

Explicit(_Decimal to _Byte)

Converts the supplied _Decimal to _Byte.

Explicit(_Double to _Byte)

Converts the supplied _Double to _Byte.

Explicit(_Int16 to _Byte)

Converts the supplied _Int16 to _Byte.

Explicit(_Int32 to _Byte)

Converts the supplied _Int32 to _Byte.

Explicit(_Int64 to _Byte)

Converts the supplied _Int64 to _Byte.

Explicit(_Single to _Byte)

Converts the supplied _Single to _Byte.

Explicit(_String to _Byte)

Converts the supplied _String to _Byte.

GreaterThan(_Byte, _Byte)

Compares the two _Byte parameters to determine whether the first is greater than the second.

GreaterThanOrEqual(_Byte, _Byte)

Compares the two _Byte parameters to determine whether the first is greater than or equal the second.

Implicit(Nullable<Byte> to _Byte)

Implicitly converts the supplied value to a column of parameter expression.

Inequality(_Byte, _Byte)

Performs a logical comparison of the two _Byte parameters for non-equality.

LessThan(_Byte, _Byte)

Compares the two _Byte parameters to determine whether the first is less than the second.

LessThanOrEqual(_Byte, _Byte)

Compares the two _Byte parameters to determine whether the first is less than or equal the second.

Modulus(_Byte, _Byte)

Computes the remainder after dividing the first _Byte parameter by the second.

Multiply(_Byte, _Byte)

Multiplies the two specified _Byte objects.

OnesComplement(_Byte)

Performs a bitwise one's complement operation on the specified _Byte.

Subtraction(_Byte, _Byte)

Substracts the two specified _Byte objects.

Explicit Interface Implementations

Name Description
IColumn<DbReader>.Read(DbReader, DataRow)

Extension Methods

Columns.Except(IColumns, IColumns)
Columns.Intersect(IColumns, IColumns)
Columns.IsProperSubsetOf(IColumns, IColumns)
Columns.IsProperSupersetOf(IColumns, IColumns)
Columns.IsSubsetOf(IColumns, IColumns)
Columns.IsSupersetOf(IColumns, IColumns)
Columns.Overlaps(IColumns, IColumns)
Columns.SetEquals(IColumns, IColumns)
Columns.SymmetricExcept(IColumns, IColumns)
Columns.Union(IColumns, IColumns)
DataRowComparer.ThenBy(IComparer<DataRow>, IComparer<DataRow>)
Functions.Count(Column)
Functions.CountRows(Column)
Functions.First<T>(T)
Functions.IfNull<T>(T, T)
Functions.IsNotNull(Column)
Functions.IsNull(Column)
Functions.Last<T>(T)
Functions.Max<T>(T)
Functions.Min<T>(T)
AddonBagExtensions.GetAddons<T>(AddonBag)
AddonBagExtensions.GetAddon<T>(AddonBag)
AddonBagExtensions.GetAddon(AddonBag, Object)
AddonBagExtensions.Add(AddonBag, IAddon)
AddonBagExtensions.AddOrUpdate(AddonBag, IAddon)
AddonBagExtensions.ContainsAddon(AddonBag, Object)
AddonBagExtensions.RemoveAddon(AddonBag, Object)
ColumnExtensions.SetDefault<T>(T, T, String, String)
ColumnExtensions.WithDefault<T>(T, T, String, String)
ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithDisplayDescription<T>(T, String)
ColumnExtensions.WithDisplayDescription<T>(T, Func<String>)
ColumnExtensions.WithDisplayName<T>(T, String)
ColumnExtensions.WithDisplayName<T>(T, Func<String>)
ColumnExtensions.WithDisplayPrompt<T>(T, String)
ColumnExtensions.WithDisplayPrompt<T>(T, Func<String>)
ColumnExtensions.WithDisplayShortName<T>(T, String)
ColumnExtensions.WithDisplayShortName<T>(T, Func<String>)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
ColumnExtensions.TranslateTo<T>(T, Model)
ColumnExtensions.UnsafeMap(Column, Column)
BindingFactory.BindToColumnHeader(Column, Object)
BindingFactory.BindToLabel<TTarget>(Column, RowBinding<TTarget>, String, IFormatProvider)
BindingFactory.BindToTextBlock(Column, String, IFormatProvider)
BindingFactory.BindToTextBlock(Column, Func<RowPresenter, String>, IFormatProvider)
BindingFactory.BindToHyperlink(Column, ICommand, String, IFormatProvider)
BindingFactory.BindToTextBox(Column, IValueConverter, String)
BindingFactory.BindToTextBox(Column, IValueConverter, CultureInfo, String)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest