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