Class Prop
Inheritance
System.Object
Prop
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.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Prop
Properties
CNPJ
CNPJ do Proprietário
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do Proprietário
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IE
Inscrição Estadual do Proprietário
Declaration
public string IE { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RNTRC
RNTRC do Proprietário
Declaration
public string RNTRC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpProp
Tipo do Proprietário
Declaration
public TipoProprietarioMDFe? TpProp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoProprietarioMDFe> |
UF
UF do Proprietário
Declaration
public UFBrasil? UF { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UFBrasil> |
XNome
Nome do Proprietário
Declaration
public string XNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCNPJ()
Verifica se deve serializar o campo CNPJ (não vazio)
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Verifica se deve serializar o campo CPF (não vazio)
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpProp()
Verifica se deve serializar o campo TpProp (não nulo e diferente de NaoDefinido)
Declaration
public bool ShouldSerializeTpProp()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeUF()
Verifica se deve serializar o campo UF (não nulo e diferente de NaoDefinido)
Declaration
public bool ShouldSerializeUF()
Returns
Type | Description |
---|---|
System.Boolean |