Instances of the Contact class contain contact information about individual persons. Contact objects are used by schedule classes that have human resources associated with them.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public class Contact : Resource |
Visual Basic
Copy Code
|
|---|
Public Class Contact |
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.Resource
MindFusion.Scheduling.Contact
See Also