Show / Hide Table of Contents

Class Scalar

Base class of scalar data that can be used as data binding source.

Inheritance
System.Object
Scalar
Scalar<T>
Implements
IScalars
System.Collections.Generic.IReadOnlyCollection<Scalar>
System.Collections.Generic.IEnumerable<Scalar>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class Scalar : IScalars, IReadOnlyCollection<Scalar>, IEnumerable<Scalar>, IEnumerable

Properties

Name Description
Container

Gets the container that manages all scalar data.

IsEditing

Gets a value indicates whether this scalar data is being edit.

Ordinal

Gets the ordinal.

Methods

Name Description
GetValue(Boolean)

Gets the data value.

SetValue(Object, Boolean)

Sets the data value.

Explicit Interface Implementations

Name Description
IScalars.Add(Scalar)
IScalars.Clear()
IScalars.Contains(Scalar)
IScalars.IsSealed
IScalars.Remove(Scalar)
IScalars.Seal()
IEnumerable<Scalar>.GetEnumerator()
IReadOnlyCollection<Scalar>.Count
IEnumerable.GetEnumerator()

Extension Methods

BindingFactory.BindToTextBlock(Scalar, String, IFormatProvider)
Scalars.Except(IScalars, IScalars)
Scalars.Intersect(IScalars, IScalars)
Scalars.IsProperSubsetOf(IScalars, IScalars)
Scalars.IsProperSupersetOf(IScalars, IScalars)
Scalars.IsSubsetOf(IScalars, IScalars)
Scalars.IsSupersetOf(IScalars, IScalars)
Scalars.Overlaps(IScalars, IScalars)
Scalars.SetEquals(IScalars, IScalars)
Scalars.SymmetricExcept(IScalars, IScalars)
Scalars.Union(IScalars, IScalars)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest