C# 클래스 Pizza.Framework.Operations.InternalUtils.RuntimeMetadata.PersistenceModelPropertiesDescriptionGenerator

파일 보기 프로젝트 열기: dwdkls/pizzamvc

공개 메소드들

메소드 설명
GenerateDescription ( Type persistenceModelType ) : PersistenceModelPropertiesDescription
IsComponent ( PropertyInfo propertyInfo ) : bool
IsJoinedPersistenceModel ( PropertyInfo propertyInfo ) : bool

메소드 상세

GenerateDescription() 공개 정적인 메소드

public static GenerateDescription ( Type persistenceModelType ) : PersistenceModelPropertiesDescription
persistenceModelType System.Type
리턴 Pizza.Framework.Operations.InternalUtils.RuntimeMetadata.Types.PersistenceModelPropertiesDescription

IsComponent() 공개 정적인 메소드

public static IsComponent ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
리턴 bool

IsJoinedPersistenceModel() 공개 정적인 메소드

public static IsJoinedPersistenceModel ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
리턴 bool