Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

How to: Use Custom Logon Parameters

$
0
0

This example is now obsolete. The functionality demonstrated here is a part of the Security Demo located here: C:\Users\Public\Documents\DevExpress Demos 14.2\Components\eXpressApp Framework\SecurityDemo\CS. The complete description is still available in the How to: Use Custom Logon Parameters topic.

Question Comments

Added By: Alex Kads at: 3/18/2014 5:08:21 PM    

How to create many employees for many companies?

Added By: Konstantin B (DevExpress) at: 3/18/2014 9:46:36 PM    

As far as I can see, this example already demonstrates multiple companies and employees which can be used to logon. These objects are created in the Updater.cs file. If my comment isn't helpful, please submit a new support ticket and describe your scenario in grater detail.

Added By: Terence Pillay at: 2/18/2016 12:37:09 AM    Hi i am trying to implement this but, it keeps giving me null exception on 
the object space i have implemented everything  in this tutorial 
Please help


 [Browsable(false)]        [CollectionOperationSet(AllowAdd = false)]        public XPCollection<Company> AvailableCompanies        {            get            {                if (availableCompanies == null)                {                    availableCompanies = ObjectSpace.GetObjects<Company>() as XPCollection<Company>;                }                return availableCompanies;            }        }

Viewing all articles
Browse latest Browse all 7205

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>