41 public Csla.
PropertyInfo<T> Create<T>(Type containingType,
string name,
string friendlyName)
78 public Csla.
PropertyInfo<T> Create<T>(Type containingType,
string name,
string friendlyName, T defaultValue)
101 return new Csla.
PropertyInfo<T>(name, friendlyName, containingType, defaultValue, relationship);
Maintains metadata about a property.
static T DataBindingFriendlyDefault()
Creates the CSLA Data Binding Friendly default for the given type T.
Defines the interface for a factory object that creates IPropertyInfo objects.
RelationshipTypes
List of valid relationship types between a parent object and another object through a managed propert...