C# Class indice.Edi.Serialization.EdiPathAttribute

Inheritance: EdiAttribute
Exibir arquivo Open project: indice-co/EDI.Net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EdiPathAttribute ( EdiPath path ) : System
EdiPathAttribute ( string path ) : System
EdiPathAttribute ( string segment, int elementIndex, int componentIndex ) : System

Method Details

EdiPathAttribute() public method

public EdiPathAttribute ( EdiPath path ) : System
path EdiPath
return System

EdiPathAttribute() public method

public EdiPathAttribute ( string path ) : System
path string
return System

EdiPathAttribute() public method

public EdiPathAttribute ( string segment, int elementIndex, int componentIndex ) : System
segment string
elementIndex int
componentIndex int
return System