C# 클래스 EnterpriseProject.Models.Friendship

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: feedme/FeedMe 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnFriendIdChanged void
OnFriendIdChanging void
OnFriendshipIdChanged void
OnFriendshipIdChanging void
OnUserIdChanged void
OnUserIdChanging void

공개 메소드들

메소드 설명
CreateFriendship ( global friendshipId, global userId, global friendId ) : Friendship

Create a new Friendship object.

비공개 메소드들

메소드 설명
OnFriendIdChanged ( ) : void
OnFriendIdChanging ( global value ) : void
OnFriendshipIdChanged ( ) : void
OnFriendshipIdChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void

메소드 상세

CreateFriendship() 공개 정적인 메소드

Create a new Friendship object.
public static CreateFriendship ( global friendshipId, global userId, global friendId ) : Friendship
friendshipId global Initial value of the FriendshipId property.
userId global Initial value of the UserId property.
friendId global Initial value of the FriendId property.
리턴 Friendship