Class TDISEntityTypeMappingNode

Unit

Declaration

type TDISEntityTypeMappingNode = class(TAbstractInfoNode)

Description

No description available, ancestor TAbstractInfoNode description follows

Base class for all nodes that contain only information without visual semantics.

Hierarchy

Overview

Methods

Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetUrl(const Value: array of string); overload;
Public procedure SetUrl(const Value: TCastleStringList); overload;

Properties

Public property FdUrl: TMFString read FFdUrl;
Public property FdCategory: TSFInt32 read FFdCategory;
Public property Category: Integer read GetCategory write SetCategory;
Public property FdCountry: TSFInt32 read FFdCountry;
Public property Country: Integer read GetCountry write SetCountry;
Public property FdDomain: TSFInt32 read FFdDomain;
Public property Domain: Integer read GetDomain write SetDomain;
Public property FdExtra: TSFInt32 read FFdExtra;
Public property Extra: Integer read GetExtra write SetExtra;
Public property FdKind: TSFInt32 read FFdKind;
Public property Kind: Integer read GetKind write SetKind;
Public property FdSpecific: TSFInt32 read FFdSpecific;
Public property Specific: Integer read GetSpecific write SetSpecific;
Public property FdSubcategory: TSFInt32 read FFdSubcategory;
Public property Subcategory: Integer read GetSubcategory write SetSubcategory;

Description

Methods

Public constructor Create(const AX3DName: String = ''; const ABaseUrl: String = ''); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetUrl(const Value: array of string); overload;
 
Public procedure SetUrl(const Value: TCastleStringList); overload;
 

Properties

Public property FdUrl: TMFString read FFdUrl;

Internal wrapper for property Url. This wrapper API may change, we advise to access simpler Url instead.

Public property FdCategory: TSFInt32 read FFdCategory;

Internal wrapper for property Category. This wrapper API may change, we advise to access simpler Category instead.

Public property Category: Integer read GetCategory write SetCategory;
 
Public property FdCountry: TSFInt32 read FFdCountry;

Internal wrapper for property Country. This wrapper API may change, we advise to access simpler Country instead.

Public property Country: Integer read GetCountry write SetCountry;
 
Public property FdDomain: TSFInt32 read FFdDomain;

Internal wrapper for property Domain. This wrapper API may change, we advise to access simpler Domain instead.

Public property Domain: Integer read GetDomain write SetDomain;
 
Public property FdExtra: TSFInt32 read FFdExtra;

Internal wrapper for property Extra. This wrapper API may change, we advise to access simpler Extra instead.

Public property Extra: Integer read GetExtra write SetExtra;
 
Public property FdKind: TSFInt32 read FFdKind;

Internal wrapper for property Kind. This wrapper API may change, we advise to access simpler Kind instead.

Public property Kind: Integer read GetKind write SetKind;
 
Public property FdSpecific: TSFInt32 read FFdSpecific;

Internal wrapper for property Specific. This wrapper API may change, we advise to access simpler Specific instead.

Public property Specific: Integer read GetSpecific write SetSpecific;
 
Public property FdSubcategory: TSFInt32 read FFdSubcategory;

Internal wrapper for property Subcategory. This wrapper API may change, we advise to access simpler Subcategory instead.

Public property Subcategory: Integer read GetSubcategory write SetSubcategory;
 

Generated by PasDoc 0.16.0.