C# Class ORMSolutions.ORMArchitect.Views.BarkerERView.BarkerERDiagram

Afficher le fichier Open project: ormfoundation/NORMA-plus Class Usage Examples

Private Properties

Свойство Type Description
ICustomSerializedElement CustomSerializedContainerElementInfo[]
ICustomSerializedElement CustomSerializedElementInfo
ICustomSerializedElement CustomSerializedElementMatch
ICustomSerializedElement CustomSerializedPropertyInfo
ICustomSerializedElement Guid
ICustomSerializedElement bool

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetCustomSerializedChildElementInfo() protected méthode

Implements ICustomSerializedElement.GetCustomSerializedChildElementInfo
protected GetCustomSerializedChildElementInfo ( ) : CustomSerializedContainerElementInfo[]
Résultat CustomSerializedContainerElementInfo[]

GetCustomSerializedLinkInfo() protected méthode

Implements ICustomSerializedElement.GetCustomSerializedLinkInfo
protected GetCustomSerializedLinkInfo ( DomainRoleInfo rolePlayedInfo, ElementLink elementLink ) : CustomSerializedElementInfo
rolePlayedInfo DomainRoleInfo
elementLink ElementLink
Résultat CustomSerializedElementInfo

GetCustomSerializedPropertyInfo() protected méthode

Implements ICustomSerializedElement.GetCustomSerializedPropertyInfo
protected GetCustomSerializedPropertyInfo ( DomainPropertyInfo domainPropertyInfo, DomainRoleInfo rolePlayedInfo ) : CustomSerializedPropertyInfo
domainPropertyInfo DomainPropertyInfo
rolePlayedInfo DomainRoleInfo
Résultat CustomSerializedPropertyInfo

MapAttribute() protected méthode

Implements ICustomSerializedElement.MapAttribute
protected MapAttribute ( string xmlNamespace, string attributeName ) : Guid
xmlNamespace string
attributeName string
Résultat Guid

MapChildElement() protected méthode

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
Résultat CustomSerializedElementMatch

ShouldSerialize() protected static méthode

Implements ICustomSerializedElement.ShouldSerialize
protected static ShouldSerialize ( ) : bool
Résultat bool