Show / Hide Table of Contents

Class ErpSyncActorFieldCollection

Inheritance
object
List<ErpSyncActorField>
ErpSyncActorFieldCollection
Implements
IList<ErpSyncActorField>
ICollection<ErpSyncActorField>
IList
ICollection
IReadOnlyList<ErpSyncActorField>
IReadOnlyCollection<ErpSyncActorField>
IEnumerable<ErpSyncActorField>
IEnumerable
Inherited Members
List<ErpSyncActorField>.AddRange(IEnumerable<ErpSyncActorField>)
List<ErpSyncActorField>.AsReadOnly()
List<ErpSyncActorField>.BinarySearch(int, int, ErpSyncActorField, IComparer<ErpSyncActorField>)
List<ErpSyncActorField>.BinarySearch(ErpSyncActorField)
List<ErpSyncActorField>.BinarySearch(ErpSyncActorField, IComparer<ErpSyncActorField>)
List<ErpSyncActorField>.Clear()
List<ErpSyncActorField>.Contains(ErpSyncActorField)
List<ErpSyncActorField>.ConvertAll<TOutput>(Converter<ErpSyncActorField, TOutput>)
List<ErpSyncActorField>.CopyTo(ErpSyncActorField[])
List<ErpSyncActorField>.CopyTo(int, ErpSyncActorField[], int, int)
List<ErpSyncActorField>.CopyTo(ErpSyncActorField[], int)
List<ErpSyncActorField>.Exists(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.Find(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindAll(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindIndex(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindIndex(int, Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindIndex(int, int, Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindLast(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindLastIndex(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindLastIndex(int, Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.FindLastIndex(int, int, Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.ForEach(Action<ErpSyncActorField>)
List<ErpSyncActorField>.GetEnumerator()
List<ErpSyncActorField>.GetRange(int, int)
List<ErpSyncActorField>.IndexOf(ErpSyncActorField)
List<ErpSyncActorField>.IndexOf(ErpSyncActorField, int)
List<ErpSyncActorField>.IndexOf(ErpSyncActorField, int, int)
List<ErpSyncActorField>.Insert(int, ErpSyncActorField)
List<ErpSyncActorField>.InsertRange(int, IEnumerable<ErpSyncActorField>)
List<ErpSyncActorField>.LastIndexOf(ErpSyncActorField)
List<ErpSyncActorField>.LastIndexOf(ErpSyncActorField, int)
List<ErpSyncActorField>.LastIndexOf(ErpSyncActorField, int, int)
List<ErpSyncActorField>.Remove(ErpSyncActorField)
List<ErpSyncActorField>.RemoveAll(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.RemoveAt(int)
List<ErpSyncActorField>.RemoveRange(int, int)
List<ErpSyncActorField>.Reverse()
List<ErpSyncActorField>.Reverse(int, int)
List<ErpSyncActorField>.Sort()
List<ErpSyncActorField>.Sort(IComparer<ErpSyncActorField>)
List<ErpSyncActorField>.Sort(int, int, IComparer<ErpSyncActorField>)
List<ErpSyncActorField>.Sort(Comparison<ErpSyncActorField>)
List<ErpSyncActorField>.ToArray()
List<ErpSyncActorField>.TrimExcess()
List<ErpSyncActorField>.TrueForAll(Predicate<ErpSyncActorField>)
List<ErpSyncActorField>.Capacity
List<ErpSyncActorField>.Count
List<ErpSyncActorField>.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class ErpSyncActorFieldCollection : List<ErpSyncActorField>, IList<ErpSyncActorField>, ICollection<ErpSyncActorField>, IList, ICollection, IReadOnlyList<ErpSyncActorField>, IReadOnlyCollection<ErpSyncActorField>, IEnumerable<ErpSyncActorField>, IEnumerable

Constructors

ErpSyncActorFieldCollection()

Declaration
public ErpSyncActorFieldCollection()

Properties

MappedFields

All mapped fields found in the list (ie. fields that have a CrmFieldKey set)

Declaration
public ErpSyncActorFieldCollection MappedFields { get; }
Property Value
Type Description
ErpSyncActorFieldCollection

ShowInGuiFields

All fields marked as ShowInGui found in the list

Declaration
public ErpSyncActorFieldCollection ShowInGuiFields { get; }
Property Value
Type Description
ErpSyncActorFieldCollection

ShowInSearchFields

All fields marked as ShowInSearch found in the list

Declaration
public ErpSyncActorFieldCollection ShowInSearchFields { get; }
Property Value
Type Description
ErpSyncActorFieldCollection

Methods

Add(ErpSyncActorField)

Adds a field to the list

Declaration
public void Add(ErpSyncActorField item)
Parameters
Type Name Description
ErpSyncActorField item

GetByCrmFieldKey(string)

Retrieves a field based on its CrmFieldKey. If the field doesn't exists, the method returns null

Declaration
public ErpSyncActorField GetByCrmFieldKey(string crmFieldKey)
Parameters
Type Name Description
string crmFieldKey
Returns
Type Description
ErpSyncActorField

GetByErpFieldId(int)

Retrieves a field based on its ErpFieldId. If the field doesn't exists, the method returns null

Declaration
public ErpSyncActorField GetByErpFieldId(int erpFieldId)
Parameters
Type Name Description
int erpFieldId
Returns
Type Description
ErpSyncActorField

GetByErpFieldKey(string)

Retrieves a field based on its ErpFieldKey. If the field doesn't exists, the method returns null

Declaration
public ErpSyncActorField GetByErpFieldKey(string erpFieldKey)
Parameters
Type Name Description
string erpFieldKey
Returns
Type Description
ErpSyncActorField

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top