Holds categories that categorise Partner Attributes Types, thus allowing logical grouping of the latter (e.g. to have all Partner Attributes Types that are to do with phone numbers in one category).
More...
|
| String | CategoryCode [get, set] |
| | Code for Partner Attribute Category. Use plural words/phrases (e.g. 'Phone Numbers' and not 'Phone Number') More...
|
| |
| String | CategoryDesc [get, set] |
| | Description for Partner Attribute Category. More...
|
| |
| Int32 | Index [get, set] |
| | Allows for manual ordering of Partner Attribute Categories by the user (e.g. list Partner Attribute Types for 'phone numbers' first, then list all for 'mobile numbers'). More...
|
| |
| Boolean | PartnerContactCategory [get, set] |
| | Flag to indicate whether Partner Attribute Types that are linked to this Partner Attribute Category are 'Partner Contact Detail' Attributes or not. More...
|
| |
| Boolean | SystemCategory [get, set] |
| | Flag to indicate whether this Partner Attribute Category is one that is internally used by OpenPetra. Records that have this Flag set will be hidden from the user altogether (and so will p_partner_attribute records that are linked to such a Category through a p_partner_attribute_type!!!). More...
|
| |
| Boolean | Deletable [get, set] |
| | Flag to indicate whether this Partner Attribute Category is deletable by a user or not. Should be set to be true for records where p_system_category_l is true. More...
|
| |
| System.? DateTime | DateCreated [get, set] |
| | The date the record was created. More...
|
| |
| String | CreatedBy [get, set] |
| | User ID of who created this record. More...
|
| |
| System.? DateTime | DateModified [get, set] |
| | The date the record was modified. More...
|
| |
| String | ModifiedBy [get, set] |
| | User ID of who last modified this record. More...
|
| |
| DateTime | ModificationId [get, set] |
| | This identifies the current version of the record. More...
|
| |
Holds categories that categorise Partner Attributes Types, thus allowing logical grouping of the latter (e.g. to have all Partner Attributes Types that are to do with phone numbers in one category).
◆ PPartnerAttributeCategoryRow()
| Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.PPartnerAttributeCategoryRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
| virtual void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsCategoryCodeNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsCategoryCodeNull |
( |
| ) |
|
|
inline |
◆ IsCategoryDescNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsCategoryDescNull |
( |
| ) |
|
|
inline |
◆ IsCreatedByNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsCreatedByNull |
( |
| ) |
|
|
inline |
◆ IsDateCreatedNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsDateCreatedNull |
( |
| ) |
|
|
inline |
◆ IsDateModifiedNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsDateModifiedNull |
( |
| ) |
|
|
inline |
◆ IsDeletableNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsDeletableNull |
( |
| ) |
|
|
inline |
◆ IsIndexNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsIndexNull |
( |
| ) |
|
|
inline |
◆ IsModificationIdNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsModificationIdNull |
( |
| ) |
|
|
inline |
◆ IsModifiedByNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsModifiedByNull |
( |
| ) |
|
|
inline |
◆ IsPartnerContactCategoryNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsPartnerContactCategoryNull |
( |
| ) |
|
|
inline |
◆ IsSystemCategoryNull()
| bool Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.IsSystemCategoryNull |
( |
| ) |
|
|
inline |
◆ SetCategoryCodeNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetCategoryCodeNull |
( |
| ) |
|
|
inline |
◆ SetCategoryDescNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetCategoryDescNull |
( |
| ) |
|
|
inline |
◆ SetCreatedByNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetCreatedByNull |
( |
| ) |
|
|
inline |
◆ SetDateCreatedNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetDateCreatedNull |
( |
| ) |
|
|
inline |
◆ SetDateModifiedNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetDateModifiedNull |
( |
| ) |
|
|
inline |
◆ SetDeletableNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetDeletableNull |
( |
| ) |
|
|
inline |
◆ SetIndexNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetIndexNull |
( |
| ) |
|
|
inline |
◆ SetModificationIdNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetModificationIdNull |
( |
| ) |
|
|
inline |
◆ SetModifiedByNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetModifiedByNull |
( |
| ) |
|
|
inline |
◆ SetPartnerContactCategoryNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetPartnerContactCategoryNull |
( |
| ) |
|
|
inline |
◆ SetSystemCategoryNull()
| void Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SetSystemCategoryNull |
( |
| ) |
|
|
inline |
◆ CategoryCode
| String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.CategoryCode |
|
getset |
Code for Partner Attribute Category. Use plural words/phrases (e.g. 'Phone Numbers' and not 'Phone Number')
◆ CategoryDesc
| String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.CategoryDesc |
|
getset |
Description for Partner Attribute Category.
◆ CreatedBy
| String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.CreatedBy |
|
getset |
User ID of who created this record.
◆ DateCreated
| System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.DateCreated |
|
getset |
The date the record was created.
◆ DateModified
| System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.DateModified |
|
getset |
The date the record was modified.
◆ Deletable
| Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.Deletable |
|
getset |
Flag to indicate whether this Partner Attribute Category is deletable by a user or not. Should be set to be true for records where p_system_category_l is true.
◆ Index
| Int32 Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.Index |
|
getset |
Allows for manual ordering of Partner Attribute Categories by the user (e.g. list Partner Attribute Types for 'phone numbers' first, then list all for 'mobile numbers').
◆ ModificationId
| DateTime Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.ModificationId |
|
getset |
This identifies the current version of the record.
◆ ModifiedBy
| String Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.ModifiedBy |
|
getset |
User ID of who last modified this record.
◆ PartnerContactCategory
| Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.PartnerContactCategory |
|
getset |
Flag to indicate whether Partner Attribute Types that are linked to this Partner Attribute Category are 'Partner Contact Detail' Attributes or not.
◆ SystemCategory
| Boolean Ict.Petra.Shared.MPartner.Partner.Data.PPartnerAttributeCategoryRow.SystemCategory |
|
getset |
Flag to indicate whether this Partner Attribute Category is one that is internally used by OpenPetra. Records that have this Flag set will be hidden from the user altogether (and so will p_partner_attribute records that are linked to such a Category through a p_partner_attribute_type!!!).
The documentation for this class was generated from the following file: