C# Class Sage.Integration.Northwind.Application.Base.Property

This class represents a property of an document
Afficher le fichier Open project: Sage/SData-Contracts

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
InitProperty ( string propName, TypeCode propTypecode, Document propParent ) : void

Method Details

AddDefaultResourceElements() public méthode

public AddDefaultResourceElements ( XmlElement root ) : void
root System.Xml.XmlElement
Résultat void

GetSchemaElement() public méthode

Returns a xml schema element wich defines the property
public GetSchemaElement ( XmlDocument doc ) : XmlSchemaElement
doc System.Xml.XmlDocument
Résultat System.Xml.Schema.XmlSchemaElement

GetXMLValue() public méthode

public GetXMLValue ( ) : string
Résultat string

Property() public méthode

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
Résultat System

Property() public méthode

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
Résultat System

setXMLValue() public méthode

public setXMLValue ( string value ) : void
value string
Résultat void