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

Exibir arquivo Open project: ormfoundation/NORMA-plus Class Usage Examples

Private Properties

Property Type Description
ICustomSerializedElement CustomSerializedContainerElementInfo[]
ICustomSerializedElement CustomSerializedElementInfo
ICustomSerializedElement CustomSerializedElementMatch
ICustomSerializedElement CustomSerializedPropertyInfo
ICustomSerializedElement Guid
ICustomSerializedElement bool

Protected Methods

Method 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

Method 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 method

Implements ICustomSerializedElement.GetCustomSerializedChildElementInfo
protected GetCustomSerializedChildElementInfo ( ) : CustomSerializedContainerElementInfo[]
return CustomSerializedContainerElementInfo[]

GetCustomSerializedLinkInfo() protected method

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

GetCustomSerializedPropertyInfo() protected method

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

MapAttribute() protected method

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

MapChildElement() protected method

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
return CustomSerializedElementMatch

ShouldSerialize() protected static method

Implements ICustomSerializedElement.ShouldSerialize
protected static ShouldSerialize ( ) : bool
return bool