ORM Sample Class Library

Contact Class

Wraps a row and it's columns/children/parents

For a list of all members of this type, see Contact Members.

System.Object
   BusinessBase
      Business
         ContactOrmTemplate
            Contact

[Visual Basic]
<DefaultMember(MemberName="Item")>
Public Class Contact
Inherits ContactOrmTemplate
[C#]
[DefaultMember(MemberName="Item")]
public class Contact : ContactOrmTemplate

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class should not be instantiated directly. See GetContact. This class should be customized.

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

Contact Members | OleroTrainingBiz Namespace


Methods