Class Contato
Inheritance
System.Object
Contato
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.EFDReinf
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Contato
Properties
CpfCtt
Declaration
public string CpfCtt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FoneCel
Declaration
public string FoneCel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FoneFixo
Declaration
public string FoneFixo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NmCtt
Declaration
public string NmCtt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeEmail()
Declaration
public bool ShouldSerializeEmail()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFoneCel()
Declaration
public bool ShouldSerializeFoneCel()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFoneFixo()
Declaration
public bool ShouldSerializeFoneFixo()
Returns
Type | Description |
---|---|
System.Boolean |