C# Class Nett.UserTypeMetaData

Mostra file Open project: paiden/Nett Class Usage Examples

Public Methods

Method Description
IsPropertyIgnored ( Type ownerType, PropertyInfo pi ) : bool

Private Methods

Method Description
EnsureMetaDataInitialized ( Type t ) : void
ProcessIgnoredProperties ( Type t ) : IEnumerable
ProcessType ( Type t ) : MetaDataInfo

Method Details

IsPropertyIgnored() public static method

public static IsPropertyIgnored ( Type ownerType, PropertyInfo pi ) : bool
ownerType System.Type
pi System.Reflection.PropertyInfo
return bool