c# Programming Glossary: propertydescriptorcollection
How to sort databound DataGridView column? http://stackoverflow.com/questions/1699642/how-to-sort-databound-datagridview-column i return 1 public int Find string property object key PropertyDescriptorCollection properties TypeDescriptor.GetProperties typeof T PropertyDescriptor..
How can I add my attributes to Code-Generated Linq2Sql classes properties? http://stackoverflow.com/questions/393687/how-can-i-add-my-attributes-to-code-generated-linq2sql-classes-properties ICustomTypeDescriptor parent base parent public override PropertyDescriptorCollection GetProperties wrap the properties return Wrap base.GetProperties.. properties return Wrap base.GetProperties public override PropertyDescriptorCollection GetProperties Attribute attributes wrap the properties return.. return Wrap base.GetProperties attributes static PropertyDescriptorCollection Wrap PropertyDescriptorCollection properties here's where we..
WinForms DataGridView - databind to an object with a list property (variable number of columns) http://stackoverflow.com/questions/4716092/winforms-datagridview-databind-to-an-object-with-a-list-property-variable-num get set class BookList List BookDetails ITypedList public PropertyDescriptorCollection GetItemProperties PropertyDescriptor listAccessors var origProps.. new ListItemDescriptor doThisLast i propType return new PropertyDescriptorCollection newProps.ToArray public string GetListName PropertyDescriptor..
How to copy value from class X to class Y with the same property name in c#? http://stackoverflow.com/questions/531505/how-to-copy-value-from-class-x-to-class-y-with-the-same-property-name-in-c Student source ... StudentDTO item new StudentDTO PropertyDescriptorCollection sourceProps TypeDescriptor.GetProperties student destProps TypeDescriptor.GetProperties..
Convert generic List/Enumerable to DataTable? http://stackoverflow.com/questions/564366/convert-generic-list-enumerable-to-datatable public static DataTable ToDataTable T this IList T data PropertyDescriptorCollection props TypeDescriptor.GetProperties typeof T DataTable table..
Add properties at runtime http://stackoverflow.com/questions/6166236/add-properties-at-runtime get private set ICustomTypeDescriptor implementation PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties Properties founded within.. Fill property collection with founded properties PropertyDescriptorCollection propsCollection new PropertyDescriptorCollection instanceProps.Cast.. PropertyDescriptorCollection propsCollection new PropertyDescriptorCollection instanceProps.Cast PropertyDescriptor .ToArray Fill property..
.NET - Convert Generic Collection to DataTable http://stackoverflow.com/questions/701223/net-convert-generic-collection-to-datatable DataTable table CreateTable T Type entityType typeof T PropertyDescriptorCollection properties TypeDescriptor.GetProperties entityType foreach T.. typeof T DataTable table new DataTable entityType.Name PropertyDescriptorCollection properties TypeDescriptor.GetProperties entityType foreach PropertyDescriptor..
minimize app to system tray http://stackoverflow.com/questions/7625421/minimize-app-to-system-tray
Data binding dynamic data http://stackoverflow.com/questions/882214/data-binding-dynamic-data new List string public List string Columns get private set PropertyDescriptorCollection ITypedList.GetItemProperties PropertyDescriptor listAccessors.. i new PropertyBagPropertyDescriptor Columns i return new PropertyDescriptorCollection props true throw new NotImplementedException Relations not..
|