C# 클래스 ORMSolutions.ORMArchitect.Views.BarkerERView.BarkerERDiagram

파일 보기 프로젝트 열기: ormfoundation/NORMA-plus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ICustomSerializedElement CustomSerializedContainerElementInfo[]
ICustomSerializedElement CustomSerializedElementInfo
ICustomSerializedElement CustomSerializedElementMatch
ICustomSerializedElement CustomSerializedPropertyInfo
ICustomSerializedElement Guid
ICustomSerializedElement bool

보호된 메소드들

메소드 설명
GetCustomSerializedChildElementInfo ( ) : CustomSerializedContainerElementInfo[]

Implements ICustomSerializedElement.GetCustomSerializedChildElementInfo

GetCustomSerializedLinkInfo ( DomainRoleInfo rolePlayedInfo, ElementLink elementLink ) : CustomSerializedElementInfo

Implements ICustomSerializedElement.GetCustomSerializedLinkInfo

GetCustomSerializedPropertyInfo ( DomainPropertyInfo domainPropertyInfo, DomainRoleInfo rolePlayedInfo ) : CustomSerializedPropertyInfo

Implements ICustomSerializedElement.GetCustomSerializedPropertyInfo

MapAttribute ( string xmlNamespace, string attributeName ) : Guid

Implements ICustomSerializedElement.MapAttribute

MapChildElement ( string elementNamespace, string elementName, string containerNamespace, string containerName, string outerContainerNamespace, string outerContainerName ) : CustomSerializedElementMatch

Implements ICustomSerializedElement.MapChildElement

ShouldSerialize ( ) : bool

Implements ICustomSerializedElement.ShouldSerialize

비공개 메소드들

메소드 설명
ICustomSerializedElement ( ) : CustomSerializedContainerElementInfo[]
ICustomSerializedElement ( DomainRoleInfo rolePlayedInfo, ElementLink elementLink ) : CustomSerializedElementInfo
ICustomSerializedElement ( string elementNamespace, string elementName, string containerNamespace, string containerName, string outerContainerNamespace, string outerContainerName ) : CustomSerializedElementMatch
ICustomSerializedElement ( DomainPropertyInfo domainPropertyInfo, DomainRoleInfo rolePlayedInfo ) : CustomSerializedPropertyInfo
ICustomSerializedElement ( string xmlNamespace, string attributeName ) : Guid
ICustomSerializedElement ( ) : bool

메소드 상세

GetCustomSerializedChildElementInfo() 보호된 메소드

Implements ICustomSerializedElement.GetCustomSerializedChildElementInfo
protected GetCustomSerializedChildElementInfo ( ) : CustomSerializedContainerElementInfo[]
리턴 CustomSerializedContainerElementInfo[]

GetCustomSerializedLinkInfo() 보호된 메소드

Implements ICustomSerializedElement.GetCustomSerializedLinkInfo
protected GetCustomSerializedLinkInfo ( DomainRoleInfo rolePlayedInfo, ElementLink elementLink ) : CustomSerializedElementInfo
rolePlayedInfo DomainRoleInfo
elementLink ElementLink
리턴 CustomSerializedElementInfo

GetCustomSerializedPropertyInfo() 보호된 메소드

Implements ICustomSerializedElement.GetCustomSerializedPropertyInfo
protected GetCustomSerializedPropertyInfo ( DomainPropertyInfo domainPropertyInfo, DomainRoleInfo rolePlayedInfo ) : CustomSerializedPropertyInfo
domainPropertyInfo DomainPropertyInfo
rolePlayedInfo DomainRoleInfo
리턴 CustomSerializedPropertyInfo

MapAttribute() 보호된 메소드

Implements ICustomSerializedElement.MapAttribute
protected MapAttribute ( string xmlNamespace, string attributeName ) : Guid
xmlNamespace string
attributeName string
리턴 Guid

MapChildElement() 보호된 메소드

Implements ICustomSerializedElement.MapChildElement
protected MapChildElement ( string elementNamespace, string elementName, string containerNamespace, string containerName, string outerContainerNamespace, string outerContainerName ) : CustomSerializedElementMatch
elementNamespace string
elementName string
containerNamespace string
containerName string
outerContainerNamespace string
outerContainerName string
리턴 CustomSerializedElementMatch

ShouldSerialize() 보호된 정적인 메소드

Implements ICustomSerializedElement.ShouldSerialize
protected static ShouldSerialize ( ) : bool
리턴 bool