C# 클래스 Difi.SikkerDigitalPost.Klient.Envelope.Abstract.AbstractEnvelope

상속: ISoapVedlegg
파일 보기 프로젝트 열기: difi/sikker-digital-post-klient-dotnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
EnvelopeXml System.Xml.XmlDocument
Header AbstractHeader

공개 메소드들

메소드 설명
Xml ( ) : XmlDocument

보호된 메소드들

메소드 설명
AbstractEnvelope ( EnvelopeSettings envelopeSettings ) : System
BodyElement ( ) : XmlNode
HeaderElement ( ) : XmlNode

비공개 메소드들

메소드 설명
LagXmlRotnode ( ) : XmlDocument

메소드 상세

AbstractEnvelope() 보호된 메소드

protected AbstractEnvelope ( EnvelopeSettings envelopeSettings ) : System
envelopeSettings EnvelopeSettings
리턴 System

BodyElement() 보호된 추상적인 메소드

protected abstract BodyElement ( ) : XmlNode
리턴 System.Xml.XmlNode

HeaderElement() 보호된 추상적인 메소드

protected abstract HeaderElement ( ) : XmlNode
리턴 System.Xml.XmlNode

Xml() 공개 메소드

public Xml ( ) : XmlDocument
리턴 System.Xml.XmlDocument

프로퍼티 상세

EnvelopeXml 보호되어 있는 프로퍼티

protected XmlDocument,System.Xml EnvelopeXml
리턴 System.Xml.XmlDocument

Header 보호되어 있는 프로퍼티

protected AbstractHeader,Difi.SikkerDigitalPost.Klient.Envelope.Abstract Header
리턴 AbstractHeader