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

상속: ORMSolutions.ORMArchitect.Framework.Shell.IDomainModelEnablesRulesAfterDeserialization
파일 보기 프로젝트 열기: ormfoundation/NORMA-plus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
XmlNamespace string

Private Properties

프로퍼티 타입 설명
BuildCustomSerializationOmissions object>.Dictionary
ICustomSerializedDomainModel CustomSerializedRootRelationshipContainer[]
ICustomSerializedDomainModel Guid
ICustomSerializedDomainModel Guid[]
ICustomSerializedDomainModel bool
ICustomSerializedDomainModel bool
ICustomSerializedDomainModel ].string[

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

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

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

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

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

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

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

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

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

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

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

ShouldSerializeDomainClass() 보호된 메소드

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

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

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

프로퍼티 상세

XmlNamespace 공개적으로 정적으로 프로퍼티

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