C# Класс Sage.Integration.Northwind.Application.Base.Property

This class represents a property of an document
Показать файл Открыть проект

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

Метод Описание
AddDefaultResourceElements ( XmlElement root ) : void
GetSchemaElement ( XmlDocument doc ) : XmlSchemaElement

Returns a xml schema element wich defines the property

GetXMLValue ( ) : string
Property ( string propName, TypeCode propTypecode, Document propParent ) : System

Constructor. The method initializes the class.

Property ( string propName, TypeCode propTypecode, int propMaxLength, Document propParent ) : System

Constructor. The method initializes the class.

setXMLValue ( string value ) : void

Приватные методы

Метод Описание
InitProperty ( string propName, TypeCode propTypecode, Document propParent ) : void

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

AddDefaultResourceElements() публичный Метод

public AddDefaultResourceElements ( XmlElement root ) : void
root System.Xml.XmlElement
Результат void

GetSchemaElement() публичный Метод

Returns a xml schema element wich defines the property
public GetSchemaElement ( XmlDocument doc ) : XmlSchemaElement
doc System.Xml.XmlDocument
Результат System.Xml.Schema.XmlSchemaElement

GetXMLValue() публичный Метод

public GetXMLValue ( ) : string
Результат string

Property() публичный Метод

Constructor. The method initializes the class.
public Property ( string propName, TypeCode propTypecode, Document propParent ) : System
propName string the Name Of the Property
propTypecode TypeCode the typecode of the value
propParent Document the parent document
Результат System

Property() публичный Метод

Constructor. The method initializes the class.
public Property ( string propName, TypeCode propTypecode, int propMaxLength, Document propParent ) : System
propName string the Name Of the Property
propTypecode TypeCode the typecode of the value
propMaxLength int the maxlength of an string value
propParent Document the parent document
Результат System

setXMLValue() публичный Метод

public setXMLValue ( string value ) : void
value string
Результат void