Show / Hide Table of Contents

Class ScalarContainer

Represents the container for scalar data.

Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<Scalar>
ScalarContainer
Implements
System.Collections.Generic.IList<Scalar>
System.Collections.Generic.ICollection<Scalar>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Scalar>
System.Collections.Generic.IReadOnlyCollection<Scalar>
System.Collections.Generic.IEnumerable<Scalar>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.Contains(DevZest.Data.Presenters.Scalar)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.CopyTo(DevZest.Data.Presenters.Scalar[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.IndexOf(DevZest.Data.Presenters.Scalar)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.IList<DevZest.Data.Presenters.Scalar>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.IList<DevZest.Data.Presenters.Scalar>.set_Item(System.Int32, DevZest.Data.Presenters.Scalar)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.ICollection<DevZest.Data.Presenters.Scalar>.Add(DevZest.Data.Presenters.Scalar)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.ICollection<DevZest.Data.Presenters.Scalar>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.IList<DevZest.Data.Presenters.Scalar>.Insert(System.Int32, DevZest.Data.Presenters.Scalar)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.ICollection<DevZest.Data.Presenters.Scalar>.Remove(DevZest.Data.Presenters.Scalar)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.IList<DevZest.Data.Presenters.Scalar>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.Count
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.Items
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.ICollection<DevZest.Data.Presenters.Scalar>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.Generic.IList<DevZest.Data.Presenters.Scalar>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<DevZest.Data.Presenters.Scalar>.System.Collections.IList.Item[System.Int32]
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 sealed class ScalarContainer : ReadOnlyCollection<Scalar>, IList<Scalar>, ICollection<Scalar>, IList, ICollection, IReadOnlyList<Scalar>, IReadOnlyCollection<Scalar>, IEnumerable<Scalar>, IEnumerable

Properties

Name Description
IsEditing

Gets the value indicates whether scalar data is in editing mode.

IsValueChangedNotificationSuspended

Gets the value indicates whether vlaue changed notification is suspended.

Methods

Name Description
BeginEdit()

Begins scalar editing mode.

CancelEdit()

Cancels scalar editing mode.

EndEdit()

Ends scalar editing mode.

ResumeValueChangedNotification()

Resumes value changed notification.

SuspendValueChangedNotification()

Suspends value changed notification.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest