RunningObjects.Core.ModelDescriptor.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        public PropertyDescriptorCollection GetProperties()
        {
            return TypeDescriptor.GetProperties(ModelType);
        }

Same methods

ModelDescriptor::GetProperties ( Attribute attrs ) : PropertyDescriptorCollection