Hide Comments
Hide Comments

Comments (0)

Represents type IXMLEnumerationGeneType.

Namespace: RSGADomainXML

expandingInheritance Hierarchy

IXMLNode
  RSGADomainXML.IXMLGeneType
    RSGADomainXML.IXMLNumericGeneType
      RSGADomainXML.IXMLEnumerationGeneType
        RSGADomainXML.TXMLEnumerationGeneType
 

expandingSyntax

Delphi

type
  IXMLEnumerationGeneType = interface(IXMLNumericGeneType)
  ['{E9A6F076-2859-4465-B81A-956C0992D353}']
  end;
 

expandingProperties

 

Name

Description

public property

Enumeration

Represents property Enumeration.

public property

MaxValue

Represents property MaxValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public property

MinValue

Represents property MinValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public property

Name

Represents property Name. (Inherited from RSGADomainXML.IXMLGeneType.)

public property

PreserveSignBit

Represents property PreserveSignBit. (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public property

Size

Represents property Size. (Inherited from RSGADomainXML.IXMLGeneType.)

Top

expandingMethods

 

Name

Description

public method

Get_Enumeration

Represents method Get_Enumeration.

public method

Get_MaxValue

Represents method Get_MaxValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public method

Get_MinValue

Represents method Get_MinValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public method

Get_Name

Represents method Get_Name. (Inherited from RSGADomainXML.IXMLGeneType.)

public method

Get_PreserveSignBit

Represents method Get_PreserveSignBit. (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public method

Get_Size

Represents method Get_Size. (Inherited from RSGADomainXML.IXMLGeneType.)

public method

Set_MaxValue(Double)

Represents method Set_MaxValue(Double). (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public method

Set_MinValue(Double)

Represents method Set_MinValue(Double). (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public method

Set_Name(UnicodeString)

Represents method Set_Name(UnicodeString). (Inherited from RSGADomainXML.IXMLGeneType.)

public method

Set_PreserveSignBit(Boolean)

Represents method Set_PreserveSignBit(Boolean). (Inherited from RSGADomainXML.IXMLNumericGeneType.)

public method

Set_Size(Integer)

Represents method Set_Size(Integer). (Inherited from RSGADomainXML.IXMLGeneType.)

Top

expandingSee Also

Reference

Comments (0)