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

Afficher le fichier Open project: dwdkls/pizzamvc

Méthodes publiques

Méthode Description
GenerateDescription ( Type persistenceModelType ) : PersistenceModelPropertiesDescription
IsComponent ( PropertyInfo propertyInfo ) : bool
IsJoinedPersistenceModel ( PropertyInfo propertyInfo ) : bool

Method Details

GenerateDescription() public static méthode

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

IsComponent() public static méthode

public static IsComponent ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
Résultat bool

IsJoinedPersistenceModel() public static méthode

public static IsJoinedPersistenceModel ( PropertyInfo propertyInfo ) : bool
propertyInfo System.Reflection.PropertyInfo
Résultat bool