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

Inheritance: ORMSolutions.ORMArchitect.Framework.Shell.IDomainModelEnablesRulesAfterDeserialization
Exibir arquivo Open project: ormfoundation/NORMA-plus Class Usage Examples

Public Properties

Property Type Description
XmlNamespace string

Private Properties

Property Type Description
BuildCustomSerializationOmissions object>.Dictionary
ICustomSerializedDomainModel CustomSerializedRootRelationshipContainer[]
ICustomSerializedDomainModel Guid
ICustomSerializedDomainModel Guid[]
ICustomSerializedDomainModel bool
ICustomSerializedDomainModel bool
ICustomSerializedDomainModel ].string[

Protected Methods

Method Description
GetCustomElementNamespaces ( ) : ].string[

Implements ICustomSerializedDomainModel.GetCustomElementNamespaces

GetRootElementClasses ( ) : Guid[]

Implements ICustomSerializedDomainModel.GetRootElementClasses

GetRootRelationshipContainers ( ) : CustomSerializedRootRelationshipContainer[]

Implements ICustomSerializedDomainModel.GetRootRelationshipContainers

MapClassName ( string xmlNamespace, string elementName ) : Guid

Implements ICustomSerializedDomainModel.MapClassName

MapRootElement ( string xmlNamespace, string elementName ) : Guid

Implements ICustomSerializedDomainModel.MapRootElement

ShouldSerializeDomainClass ( Store store, DomainClassInfo classInfo ) : bool

Implements ICustomSerializedDomainModel.ShouldSerializeDomainClass

ShouldSerializeRootElement ( ModelElement element ) : bool

Implements ICustomSerializedDomainModel.ShouldSerializeRootElement

Private Methods

Method Description
BuildCustomSerializationOmissions ( Store store ) : object>.Dictionary
ICustomSerializedDomainModel ( ) : CustomSerializedRootRelationshipContainer[]
ICustomSerializedDomainModel ( string xmlNamespace, string elementName ) : Guid
ICustomSerializedDomainModel ( ) : Guid[]
ICustomSerializedDomainModel ( ModelElement element ) : bool
ICustomSerializedDomainModel ( Store store, DomainClassInfo classInfo ) : bool
ICustomSerializedDomainModel ( ) : ].string[

Method Details

GetCustomElementNamespaces() protected static method

Implements ICustomSerializedDomainModel.GetCustomElementNamespaces
protected static GetCustomElementNamespaces ( ) : ].string[
return ].string[

GetRootElementClasses() protected static method

Implements ICustomSerializedDomainModel.GetRootElementClasses
protected static GetRootElementClasses ( ) : Guid[]
return Guid[]

GetRootRelationshipContainers() protected static method

Implements ICustomSerializedDomainModel.GetRootRelationshipContainers
protected static GetRootRelationshipContainers ( ) : CustomSerializedRootRelationshipContainer[]
return CustomSerializedRootRelationshipContainer[]

MapClassName() protected static method

Implements ICustomSerializedDomainModel.MapClassName
protected static MapClassName ( string xmlNamespace, string elementName ) : Guid
xmlNamespace string
elementName string
return Guid

MapRootElement() protected static method

Implements ICustomSerializedDomainModel.MapRootElement
protected static MapRootElement ( string xmlNamespace, string elementName ) : Guid
xmlNamespace string
elementName string
return Guid

ShouldSerializeDomainClass() protected method

Implements ICustomSerializedDomainModel.ShouldSerializeDomainClass
protected ShouldSerializeDomainClass ( Store store, DomainClassInfo classInfo ) : bool
store Store
classInfo DomainClassInfo
return bool

ShouldSerializeRootElement() protected static method

Implements ICustomSerializedDomainModel.ShouldSerializeRootElement
protected static ShouldSerializeRootElement ( ModelElement element ) : bool
element ModelElement
return bool

Property Details

XmlNamespace public_oe static_oe property

The default XmlNamespace associated with the 'BarkerERShapeDomainModel' extension model
public static string XmlNamespace
return string