Show / Hide Table of Contents

Class FieldUpdater.UpdatedFieldListView

List view for accessing and modifying updated fields.

Inheritance
object
FieldUpdater.UpdatedFieldListView
Implements
IList<FieldUpdater.UpdatedField>
ICollection<FieldUpdater.UpdatedField>
IEnumerable<FieldUpdater.UpdatedField>
IEnumerable
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public class FieldUpdater.UpdatedFieldListView : IList<FieldUpdater.UpdatedField>, ICollection<FieldUpdater.UpdatedField>, IEnumerable<FieldUpdater.UpdatedField>, IEnumerable

Constructors

| Edit this page View Source

UpdatedFieldListView(FieldUpdater)

Creates an instance of FieldUpdater.UpdatedFieldListView.

Declaration
public UpdatedFieldListView(FieldUpdater sourceUpdater)
Parameters
Type Name Description
FieldUpdater sourceUpdater

Source FieldUpdater for the list view.

Fields

| Edit this page View Source

SourceUpdater

Source FieldUpdater for the list view.

Declaration
public readonly FieldUpdater SourceUpdater
Field Value
Type Description
FieldUpdater

Properties

| Edit this page View Source

Count

Declaration
public int Count { get; }
Property Value
Type Description
int
| Edit this page View Source

IsReadOnly

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
bool
| Edit this page View Source

this[int]

Declaration
public FieldUpdater.UpdatedField this[int index] { get; set; }
Parameters
Type Name Description
int index
Property Value
Type Description
FieldUpdater.UpdatedField

Methods

| Edit this page View Source

Add(UpdatedField)

Declaration
public void Add(FieldUpdater.UpdatedField item)
Parameters
Type Name Description
FieldUpdater.UpdatedField item
| Edit this page View Source

Clear()

Declaration
public void Clear()
| Edit this page View Source

Contains(UpdatedField)

Declaration
public bool Contains(FieldUpdater.UpdatedField item)
Parameters
Type Name Description
FieldUpdater.UpdatedField item
Returns
Type Description
bool
| Edit this page View Source

CopyTo(UpdatedField[], int)

Declaration
public void CopyTo(FieldUpdater.UpdatedField[] array, int arrayIndex)
Parameters
Type Name Description
UpdatedField[] array
int arrayIndex
| Edit this page View Source

GetEnumerator()

Declaration
public IEnumerator<FieldUpdater.UpdatedField> GetEnumerator()
Returns
Type Description
IEnumerator<FieldUpdater.UpdatedField>
| Edit this page View Source

IndexOf(UpdatedField)

Declaration
public int IndexOf(FieldUpdater.UpdatedField item)
Parameters
Type Name Description
FieldUpdater.UpdatedField item
Returns
Type Description
int
| Edit this page View Source

Insert(int, UpdatedField)

Declaration
public void Insert(int index, FieldUpdater.UpdatedField item)
Parameters
Type Name Description
int index
FieldUpdater.UpdatedField item
| Edit this page View Source

Remove(UpdatedField)

Declaration
public bool Remove(FieldUpdater.UpdatedField item)
Parameters
Type Name Description
FieldUpdater.UpdatedField item
Returns
Type Description
bool
| Edit this page View Source

RemoveAt(int)

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
int index

Implements

IList<T>
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

ListUtilities.AreEquivalent<T>(IEnumerable<T>, IEnumerable<T>, EqualityComparer<T>)
ListUtilities.GetListHash<T>(IEnumerable<T>)
ListUtilities.Shuffle<T>(IEnumerable<T>)
ListUtilities.ShuffleInPlace<T>(IList<T>)
ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾