Class GprBEOFMockLinhasComponentes
Inheritance
System.Object
GprBEOFMockLinhasComponentes
Implements
System.Collections.Generic.IEnumerable<GprBEOFMockLinhaComponente>
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: GprBE100
Assembly: GprBE100.dll
Syntax
public class GprBEOFMockLinhasComponentes : IEnumerable<GprBEOFMockLinhaComponente>, IEnumerable, ILinhasDocLogistica
Constructors
GprBEOFMockLinhasComponentes()
Declaration
public GprBEOFMockLinhasComponentes()
Properties
NumItens
Declaration
public int NumItens { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Removidas
Declaration
public BasBELinhasChaves Removidas { get; set; }
Property Value
Type | Description |
---|---|
BasBELinhasChaves |
Methods
Finalize()
Declaration
protected void Finalize()
GetEdita(Int32)
Declaration
public ILinhaDocLogistica GetEdita(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Returns
Type | Description |
---|---|
ILinhaDocLogistica |
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Insere(ILinhaDocLogistica)
Declaration
public void Insere(ILinhaDocLogistica linha)
Parameters
Type | Name | Description |
---|---|---|
ILinhaDocLogistica | linha |
Remove(Int32)
Declaration
public void Remove(int Index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Explicit Interface Implementations
IEnumerable<GprBEOFMockLinhaComponente>.GetEnumerator()
Declaration
IEnumerator<GprBEOFMockLinhaComponente> IEnumerable<GprBEOFMockLinhaComponente>.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<GprBEOFMockLinhaComponente> |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable