C# Class Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataNestedField

Inheritance: MetaMetadataField
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp Class Usage Examples

Protected Properties

Свойство Type Description
_waitingToInheritFrom Stack
_waitingToInheritFromInheritanceHandler Stack

Méthodes publiques

Méthode Description
AddInheritanceFinishHandler ( MetaMetadataNestedField inheritingField, InheritFinishedEventHandler eventHandler, InheritanceHandler inheritanceHandler ) : void
ClearInheritFinishedOrInProgressFlag ( ) : void
GetMetaMetadataCompositeField ( ) : MetaMetadataCompositeField
GetTypeName ( ) : String
InheritMetaMetadata ( InheritanceHandler inheritanceHandler ) : void
IsNewMetadataClass ( ) : bool
SetNewMetadataClass ( bool b ) : void

Méthodes protégées

Méthode Description
BindMetadataClassDescriptor ( SimplTypesScope metadataTScope ) : MetadataClassDescriptor
BindMetadataFieldDescriptors ( SimplTypesScope metadataTScope, MetadataClassDescriptor metadataClassDescriptorToBind ) : void
CustomizeFieldDescriptor ( SimplTypesScope metadataTScope, MetadataFieldDescriptorProxy fdProxy ) : void
FinishInheritance ( ) : void
GetMetaMetadataTagToInheritFrom ( ) : String
GetMetadataClassName ( ) : string
GetMetadataClassSimpleName ( ) : string
InheritMetaMetadataHelper ( InheritanceHandler inheritanceHandler ) : bool
MetaMetadataNestedField ( ) : System

Private Methods

Méthode Description
GetMetadataClassDescriptor ( SimplTypesScope metadataTScope ) : MetadataClassDescriptor
InheritNonFieldComponentsFromMM ( MetaMetadata inheritedMetaMetadata ) : void

Method Details

AddInheritanceFinishHandler() public méthode

public AddInheritanceFinishHandler ( MetaMetadataNestedField inheritingField, InheritFinishedEventHandler eventHandler, InheritanceHandler inheritanceHandler ) : void
inheritingField MetaMetadataNestedField
eventHandler InheritFinishedEventHandler
inheritanceHandler InheritanceHandler
Résultat void

BindMetadataClassDescriptor() protected méthode

protected BindMetadataClassDescriptor ( SimplTypesScope metadataTScope ) : MetadataClassDescriptor
metadataTScope Simpl.Serialization.SimplTypesScope
Résultat Ecologylab.BigSemantics.MetadataNS.MetadataClassDescriptor

BindMetadataFieldDescriptors() protected méthode

protected BindMetadataFieldDescriptors ( SimplTypesScope metadataTScope, MetadataClassDescriptor metadataClassDescriptorToBind ) : void
metadataTScope Simpl.Serialization.SimplTypesScope
metadataClassDescriptorToBind Ecologylab.BigSemantics.MetadataNS.MetadataClassDescriptor
Résultat void

ClearInheritFinishedOrInProgressFlag() public méthode

public ClearInheritFinishedOrInProgressFlag ( ) : void
Résultat void

CustomizeFieldDescriptor() protected méthode

protected CustomizeFieldDescriptor ( SimplTypesScope metadataTScope, MetadataFieldDescriptorProxy fdProxy ) : void
metadataTScope Simpl.Serialization.SimplTypesScope
fdProxy MetadataFieldDescriptorProxy
Résultat void

FinishInheritance() protected méthode

protected FinishInheritance ( ) : void
Résultat void

GetMetaMetadataCompositeField() public abstract méthode

public abstract GetMetaMetadataCompositeField ( ) : MetaMetadataCompositeField
Résultat MetaMetadataCompositeField

GetMetaMetadataTagToInheritFrom() protected abstract méthode

protected abstract GetMetaMetadataTagToInheritFrom ( ) : String
Résultat String

GetMetadataClassName() protected méthode

protected GetMetadataClassName ( ) : string
Résultat string

GetMetadataClassSimpleName() protected méthode

protected GetMetadataClassSimpleName ( ) : string
Résultat string

GetTypeName() public méthode

public GetTypeName ( ) : String
Résultat String

InheritMetaMetadata() public méthode

public InheritMetaMetadata ( InheritanceHandler inheritanceHandler ) : void
inheritanceHandler InheritanceHandler
Résultat void

InheritMetaMetadataHelper() protected abstract méthode

protected abstract InheritMetaMetadataHelper ( InheritanceHandler inheritanceHandler ) : bool
inheritanceHandler InheritanceHandler
Résultat bool

IsNewMetadataClass() public méthode

public IsNewMetadataClass ( ) : bool
Résultat bool

MetaMetadataNestedField() protected méthode

protected MetaMetadataNestedField ( ) : System
Résultat System

SetNewMetadataClass() public méthode

public SetNewMetadataClass ( bool b ) : void
b bool
Résultat void

Property Details

_waitingToInheritFrom protected_oe property

protected Stack _waitingToInheritFrom
Résultat Stack

_waitingToInheritFromInheritanceHandler protected_oe property

protected Stack _waitingToInheritFromInheritanceHandler
Résultat Stack