Show / Hide Table of Contents

Class _Decimal

Represents a nullable System.Decimal column.

Inheritance
System.Object
AddonBag
ModelMember
Column
Column<System.Nullable<System.Decimal>>
_Decimal
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.Decimal>>
IColumn<DbReader>
IColumn
Inherited Members
Column<Nullable<Decimal>>.IsPrimaryKey
Column<Nullable<Decimal>>.Expression
Column<Nullable<Decimal>>.GetExpression()
Column<Nullable<Decimal>>.BaseColumns
Column<Nullable<Decimal>>.Item[DataRow, Boolean]
Column<Nullable<Decimal>>.IsReadOnly(DataRow)
Column<Nullable<Decimal>>.Item[Int32]
Column<Nullable<Decimal>>.Item[Int32, Boolean]
Column<Nullable<Decimal>>.Item[DataRow, Int32, Boolean]
Column<Nullable<Decimal>>.IsExpression
Column<Nullable<Decimal>>.DataType
Column<Nullable<Decimal>>.DbExpression
Column<Nullable<Decimal>>.DbComputedExpression
Column<Nullable<Decimal>>.IsNull(DataRow)
Column<Nullable<Decimal>>.ScalarSourceModels
Column<Nullable<Decimal>>.AggregateSourceModels
Column<Nullable<Decimal>>.IsDeserializable
Column<Nullable<Decimal>>.CreateParam(DataRow)
Column<Nullable<Decimal>>.SetDefaultValue(Nullable<Decimal>, String, String)
Column<Nullable<Decimal>>.GetDefault()
Column<Nullable<Decimal>>.Serialize(Int32)
Column<Nullable<Decimal>>.Deserialize(Int32, JsonValue)
Column<Nullable<Decimal>>.DefaultValue
Column<Nullable<Decimal>>.GetDefaultValue()
Column<Nullable<Decimal>>.ComputedAs(Column<Nullable<Decimal>>, Boolean, Boolean)
Column<Nullable<Decimal>>.IsConcrete
Column<Nullable<Decimal>>.IsDbComputed
Column<Nullable<Decimal>>.MapFrom(Column)
Column<Nullable<Decimal>>.GetValue(DataRow, Boolean)
Column<Nullable<Decimal>>.SetValue(DataRow, Object, Boolean)
Column<Nullable<Decimal>>.HasDefaultComparer
Column<Nullable<Decimal>>.Compare(DataRow, DataRow, SortDirection, IComparer<Nullable<Decimal>>)
Column<Nullable<Decimal>>.Compare(DataRow, DataRow, SortDirection)
Column<Nullable<Decimal>>.ValueComparer
Column<Nullable<Decimal>>.EqualityComparer
Column<Nullable<Decimal>>.HasValueComparer
Column<Nullable<Decimal>>.GetHashCode(DataRow)
Column<Nullable<Decimal>>.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 _Decimal : Column<decimal? >, IDesignable, IColumns, IReadOnlyCollection<Column>, IEnumerable<Column>, IEnumerable, IComparer<DataRow>, IColumn<DbReader, decimal? >, IColumn<DbReader>, IColumn

Properties

Name Description
Item[DbReader]

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

Methods

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

Creates a column of constant expression.

CreateConst(Nullable<Decimal>)
CreateParam(Nullable<Decimal>)
DeserializeValue(JsonValue)
Equals(Object)
GetHashCode()
IsNull(Nullable<Decimal>)
Param(Nullable<Decimal>, _Decimal)

Creates a column of parameter expression.

SerializeValue(Nullable<Decimal>)

Operators

Name Description
Addition(_Decimal, _Decimal)

Computes the sum of the two specified _Decimal objects.

Division(_Decimal, _Decimal)

Divides the two specified _Decimal objects.

Equality(_Decimal, _Decimal)

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

Explicit(_Decimal to _String)

Converts the supplied _Decimal to _String.

Explicit(_String to _Decimal)

Converts the supplied _String to _Decimal.

GreaterThan(_Decimal, _Decimal)

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

GreaterThanOrEqual(_Decimal, _Decimal)

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

Implicit(_Byte to _Decimal)

Converts the supplied _Byte to _Decimal.

Implicit(_Double to _Decimal)

Converts the supplied _Double to _Decimal.

Implicit(_Int16 to _Decimal)

Converts the supplied _Int16 to _Decimal.

Implicit(_Int32 to _Decimal)

Converts the supplied _Int32 to _Decimal.

Implicit(_Int64 to _Decimal)

Converts the supplied _Int64 to _Decimal.

Implicit(_Single to _Decimal)

Converts the supplied _Single to _Decimal.

Implicit(Nullable<Decimal> to _Decimal)

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

Inequality(_Decimal, _Decimal)

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

LessThan(_Decimal, _Decimal)

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

LessThanOrEqual(_Decimal, _Decimal)

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

Modulus(_Decimal, _Decimal)

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

Multiply(_Decimal, _Decimal)

Multiplies the two specified _Decimal objects.

Subtraction(_Decimal, _Decimal)

Substracts the two specified _Decimal objects.

UnaryNegation(_Decimal)

Negates the _Decimal operand.

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.Average(Column<Nullable<Decimal>>)
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)
Functions.Sum(Column<Nullable<Decimal>>)
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)
ColumnExtensions.AsMySqlDecimal(_Decimal, Byte, Byte)
ColumnExtensions.AsMySqlMoney(_Decimal)
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)
ColumnExtensions.AsSqlDecimal(_Decimal, Byte, Byte)
ColumnExtensions.AsSqlSmallMoney(_Decimal)
ColumnExtensions.AsSqlMoney(_Decimal)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest