C# 클래스 Ecologylab.BigSemantics.MetaMetadataNS.MetaMetadataNestedField

상속: MetaMetadataField
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_waitingToInheritFrom Stack
_waitingToInheritFromInheritanceHandler Stack

공개 메소드들

메소드 설명
AddInheritanceFinishHandler ( MetaMetadataNestedField inheritingField, InheritFinishedEventHandler eventHandler, InheritanceHandler inheritanceHandler ) : void
ClearInheritFinishedOrInProgressFlag ( ) : void
GetMetaMetadataCompositeField ( ) : MetaMetadataCompositeField
GetTypeName ( ) : String
InheritMetaMetadata ( InheritanceHandler inheritanceHandler ) : void
IsNewMetadataClass ( ) : bool
SetNewMetadataClass ( bool b ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetMetadataClassDescriptor ( SimplTypesScope metadataTScope ) : MetadataClassDescriptor
InheritNonFieldComponentsFromMM ( MetaMetadata inheritedMetaMetadata ) : void

메소드 상세

AddInheritanceFinishHandler() 공개 메소드

public AddInheritanceFinishHandler ( MetaMetadataNestedField inheritingField, InheritFinishedEventHandler eventHandler, InheritanceHandler inheritanceHandler ) : void
inheritingField MetaMetadataNestedField
eventHandler InheritFinishedEventHandler
inheritanceHandler InheritanceHandler
리턴 void

BindMetadataClassDescriptor() 보호된 메소드

protected BindMetadataClassDescriptor ( SimplTypesScope metadataTScope ) : MetadataClassDescriptor
metadataTScope Simpl.Serialization.SimplTypesScope
리턴 Ecologylab.BigSemantics.MetadataNS.MetadataClassDescriptor

BindMetadataFieldDescriptors() 보호된 메소드

protected BindMetadataFieldDescriptors ( SimplTypesScope metadataTScope, MetadataClassDescriptor metadataClassDescriptorToBind ) : void
metadataTScope Simpl.Serialization.SimplTypesScope
metadataClassDescriptorToBind Ecologylab.BigSemantics.MetadataNS.MetadataClassDescriptor
리턴 void

ClearInheritFinishedOrInProgressFlag() 공개 메소드

public ClearInheritFinishedOrInProgressFlag ( ) : void
리턴 void

CustomizeFieldDescriptor() 보호된 메소드

protected CustomizeFieldDescriptor ( SimplTypesScope metadataTScope, MetadataFieldDescriptorProxy fdProxy ) : void
metadataTScope Simpl.Serialization.SimplTypesScope
fdProxy MetadataFieldDescriptorProxy
리턴 void

FinishInheritance() 보호된 메소드

protected FinishInheritance ( ) : void
리턴 void

GetMetaMetadataCompositeField() 공개 추상적인 메소드

public abstract GetMetaMetadataCompositeField ( ) : MetaMetadataCompositeField
리턴 MetaMetadataCompositeField

GetMetaMetadataTagToInheritFrom() 보호된 추상적인 메소드

protected abstract GetMetaMetadataTagToInheritFrom ( ) : String
리턴 String

GetMetadataClassName() 보호된 메소드

protected GetMetadataClassName ( ) : string
리턴 string

GetMetadataClassSimpleName() 보호된 메소드

protected GetMetadataClassSimpleName ( ) : string
리턴 string

GetTypeName() 공개 메소드

public GetTypeName ( ) : String
리턴 String

InheritMetaMetadata() 공개 메소드

public InheritMetaMetadata ( InheritanceHandler inheritanceHandler ) : void
inheritanceHandler InheritanceHandler
리턴 void

InheritMetaMetadataHelper() 보호된 추상적인 메소드

protected abstract InheritMetaMetadataHelper ( InheritanceHandler inheritanceHandler ) : bool
inheritanceHandler InheritanceHandler
리턴 bool

IsNewMetadataClass() 공개 메소드

public IsNewMetadataClass ( ) : bool
리턴 bool

MetaMetadataNestedField() 보호된 메소드

protected MetaMetadataNestedField ( ) : System
리턴 System

SetNewMetadataClass() 공개 메소드

public SetNewMetadataClass ( bool b ) : void
b bool
리턴 void

프로퍼티 상세

_waitingToInheritFrom 보호되어 있는 프로퍼티

protected Stack _waitingToInheritFrom
리턴 Stack

_waitingToInheritFromInheritanceHandler 보호되어 있는 프로퍼티

protected Stack _waitingToInheritFromInheritanceHandler
리턴 Stack