EnterpriseOneTransactionGeneralContactsObjectsPartyContactMechanisms Property |
Gets a typed query for the General.Contacts.PartyContactMechanism entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<PartyContactMechanism, PartyContactMechanismsRepository> PartyContactMechanisms { get; }
Public ReadOnly Property PartyContactMechanisms As TransactionQuery(Of PartyContactMechanism, PartyContactMechanismsRepository)
Get
public:
property TransactionQuery<PartyContactMechanism^, PartyContactMechanismsRepository^>^ PartyContactMechanisms {
TransactionQuery<PartyContactMechanism^, PartyContactMechanismsRepository^>^ get ();
}
member PartyContactMechanisms : TransactionQuery<PartyContactMechanism, PartyContactMechanismsRepository> with get
Property Value
Type:
TransactionQueryPartyContactMechanism,
PartyContactMechanismsRepository
See Also