C# 클래스 ProviderHostedCustomUIActionsWeb.Models.ContactsListManager

파일 보기 프로젝트 열기: CriticalPathTraining/SharePointAddinDemos 1 사용 예제들

공개 메소드들

메소드 설명
AddNewContact ( ) : void
AddNewContact ( string FirstName, string LastName, string Company, string Email, string WorkPhone, string HomePhone ) : void
AddNewContacts ( int CustomerCount ) : void
AddRockStars ( ) : void
ContactsListManager ( ) : System
ContactsListManager ( System.Guid ListId ) : System
CreateContactsList ( ) : ContactsList
DeleteAllItems ( ) : void
GetContactsLists ( ) : IEnumerable

메소드 상세

AddNewContact() 공개 메소드

public AddNewContact ( ) : void
리턴 void

AddNewContact() 공개 메소드

public AddNewContact ( string FirstName, string LastName, string Company, string Email, string WorkPhone, string HomePhone ) : void
FirstName string
LastName string
Company string
Email string
WorkPhone string
HomePhone string
리턴 void

AddNewContacts() 공개 메소드

public AddNewContacts ( int CustomerCount ) : void
CustomerCount int
리턴 void

AddRockStars() 공개 메소드

public AddRockStars ( ) : void
리턴 void

ContactsListManager() 공개 메소드

public ContactsListManager ( ) : System
리턴 System

ContactsListManager() 공개 메소드

public ContactsListManager ( System.Guid ListId ) : System
ListId System.Guid
리턴 System

CreateContactsList() 공개 메소드

public CreateContactsList ( ) : ContactsList
리턴 ContactsList

DeleteAllItems() 공개 메소드

public DeleteAllItems ( ) : void
리턴 void

GetContactsLists() 공개 메소드

public GetContactsLists ( ) : IEnumerable
리턴 IEnumerable