System::Reflection::PropertyInfo क्लास

PropertyInfo class

प्रॉपर्टी जानकारी का प्रतिनिधित्व करता है।

class PropertyInfo : public System::Reflection::MemberInfo

विधियाँ

विधिविवरण
get_MemberType() const overrideMemberTypes मान प्राप्त करता है जो दर्शाता है कि यह सदस्य एक प्रॉपर्टी है।
get_PropertyType()प्रॉपर्टी प्रकार प्राप्त करता है।
GetValue(System::SharedPtr<System::Object>)विशिष्ट ऑब्जेक्ट से प्रॉपर्टी मान प्राप्त करता है।
GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>)विशिष्ट ऑब्जेक्ट से प्रॉपर्टी मान प्राप्त करता है।
PropertyInfo(String, System::SharedPtr<PropertyType>(ClassType::*)() const)कंस्ट्रक्टर। केवल const गेटर वाली प्रॉपर्टी।
PropertyInfo(String, System::SharedPtr<PropertyType>(ClassType::*)())कंस्ट्रक्टर। केवल non-const गेटर वाली प्रॉपर्टी।
PropertyInfo(String, void(ClassType::)(System::SharedPtr<PropertyType>), System::SharedPtr<PropertyType>(ClassType::)() const)निर्माता।
PropertyInfo(String, void(ClassType::)(System::Nullable<NullableType>), System::Nullable<NullableType>(ClassType::)())कंस्ट्रक्टर। सेट्टर और गेटर वाले Nullable प्रॉपर्टी।
PropertyInfo(String, void(ClassType::)(System::Nullable<NullableType>), System::Nullable<NullableType>(ClassType::)() const)कंस्ट्रक्टर। केवल const गेटर वाला Nullable प्रॉपर्टी।
PropertyInfo(String, void(ClassType::)(System::SharedPtr<PropertyType>), System::SharedPtr<PropertyType>(ClassType::)())कंस्ट्रक्टर। केवल गेटर वाला Object प्रॉपर्टी।
PropertyInfo(String, void(ClassType::)(System::String), System::String(ClassType::)())स्ट्रिंग प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(System::String), System::String(ClassType::)() const)const गेटर वाली क्लास से स्ट्रिंग प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(System::Decimal), System::Decimal(ClassType::)())Decimal प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(System::Decimal), System::Decimal(ClassType::)() const)const गेटर वाली क्लास से Decimal प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(bool), bool(ClassType::)())बूलियन प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(bool), bool(ClassType::)() const)कॉनस्ट गेटर वाले क्लास से बूलियन प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(int64_t), int64_t(ClassType::)())int64_t प्रॉपर्टी जानकारी बनाता है।
PropertyInfo(String, void(ClassType::)(int64_t), int64_t(ClassType::)() const)कॉनस्ट गेटर वाले क्लास से int64_t प्रॉपर्टी जानकारी बनाता है।
set_PropertyType(const TypeInfo&)इस प्रॉपर्टी का प्रकार सेट करता है।
SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>)विशिष्ट ऑब्जेक्ट में प्रॉपर्टी मान सेट करता है।
SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>)विशिष्ट ऑब्जेक्ट में प्रॉपर्टी मान सेट करता है।

संबंधित देखें