C# Class Pizza.Framework.Operations.InternalUtils.RuntimeMetadata.PersistenceModelPropertiesDescriptionGenerator

Mostrar archivo Open project: dwdkls/pizzamvc

Public Methods

Method Description
GenerateDescription ( Type persistenceModelType ) : PersistenceModelPropertiesDescription
IsComponent ( PropertyInfo propertyInfo ) : bool
IsJoinedPersistenceModel ( PropertyInfo propertyInfo ) : bool

Method Details

GenerateDescription() public static method

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

IsComponent() public static method

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

IsJoinedPersistenceModel() public static method

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