XAF_Bootstrap.Controls.XafBootstrapStructureView.GetKey C# (CSharp) Method

GetKey() private method

private GetKey ( object f ) : String
f object
return String
        private String GetKey(object f)
        {
            return String.Concat(GetMemberValue(f, String.Concat(Collection.ObjectSpace.GetKeyPropertyName(f.GetType()))));
        }