C# 클래스 Sage.Integration.Northwind.Application.Base.Property

This class represents a property of an document
파일 보기 프로젝트 열기: Sage/SData-Contracts

공개 메소드들

메소드 설명
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