C# Класс Microsoft.Xades.NoticeNumbers

This class contains identifying numbers for a group of textual statements so that the XAdES based application can get the explicit notices from a notices file
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetXml ( ) : XmlElement

Returns the XML representation of the this object

HasChanged ( ) : bool

Check to see if something has changed in this instance and needs to be serialized

LoadXml ( System xmlElement ) : void

Load state from an XML element

NoticeNumbers ( ) : System

Default constructor

Описание методов

GetXml() публичный метод

Returns the XML representation of the this object
public GetXml ( ) : XmlElement
Результат System.Xml.XmlElement

HasChanged() публичный метод

Check to see if something has changed in this instance and needs to be serialized
public HasChanged ( ) : bool
Результат bool

LoadXml() публичный метод

Load state from an XML element
public LoadXml ( System xmlElement ) : void
xmlElement System XML element containing new state
Результат void

NoticeNumbers() публичный метод

Default constructor
public NoticeNumbers ( ) : System
Результат System