System::Reflection::PropertyInfo kelas

PropertyInfo class

Mewakili informasi properti.

class PropertyInfo : public System::Reflection::MemberInfo

Metode

MetodeDeskripsi
get_MemberType() const overrideMendapatkan nilai MemberTypes yang menunjukkan bahwa anggota ini adalah sebuah properti.
get_PropertyType()Mendapatkan tipe properti.
GetValue(System::SharedPtr<System::Object>)Mendapatkan nilai properti dari objek tertentu.
GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>)Mendapatkan nilai properti dari objek tertentu.
PropertyInfo(String, System::SharedPtr<PropertyType>(ClassType::*)() const)Konstruktor. Properti dengan getter const saja.
PropertyInfo(String, System::SharedPtr<PropertyType>(ClassType::*)())Konstruktor. Properti dengan getter non-const saja.
PropertyInfo(String, void(ClassType::)(System::SharedPtr<PropertyType>), System::SharedPtr<PropertyType>(ClassType::)() const)Konstruktor.
PropertyInfo(String, void(ClassType::)(System::Nullable<NullableType>), System::Nullable<NullableType>(ClassType::)())Konstruktor. Properti Nullable dengan setter dan getter.
PropertyInfo(String, void(ClassType::)(System::Nullable<NullableType>), System::Nullable<NullableType>(ClassType::)() const)Konstruktor. Properti Nullable dengan getter const saja.
PropertyInfo(String, void(ClassType::)(System::SharedPtr<PropertyType>), System::SharedPtr<PropertyType>(ClassType::)())Konstruktor. Properti Object dengan getter saja.
PropertyInfo(String, void(ClassType::)(System::String), System::String(ClassType::)())Membuat informasi properti string.
PropertyInfo(String, void(ClassType::)(System::String), System::String(ClassType::)() const)Membuat informasi properti string dari kelas dengan getter const.
PropertyInfo(String, void(ClassType::)(System::Decimal), System::Decimal(ClassType::)())Menyusun informasi properti Decimal.
PropertyInfo(String, void(ClassType::)(System::Decimal), System::Decimal(ClassType::)() const)Menyusun informasi properti Decimal dari kelas dengan getter const.
PropertyInfo(String, void(ClassType::)(bool), bool(ClassType::)())Menyusun informasi properti boolean.
PropertyInfo(String, void(ClassType::)(bool), bool(ClassType::)() const)Menyusun informasi properti boolean dari kelas dengan getter const.
PropertyInfo(String, void(ClassType::)(int64_t), int64_t(ClassType::)())Menyusun informasi properti int64_t.
PropertyInfo(String, void(ClassType::)(int64_t), int64_t(ClassType::)() const)Menyusun informasi properti int64_t dari kelas dengan getter const.
set_PropertyType(const TypeInfo&)Menetapkan tipe properti ini.
SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>)Mengatur nilai properti ke objek tertentu.
SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>)Mengatur nilai properti ke objek tertentu.

Lihat Juga