C# Class EnterpriseProject.Models.Friendship

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: feedme/FeedMe Class Usage Examples

Private Properties

Property Type Description
OnFriendIdChanged void
OnFriendIdChanging void
OnFriendshipIdChanged void
OnFriendshipIdChanging void
OnUserIdChanged void
OnUserIdChanging void

Public Methods

Method Description
CreateFriendship ( global friendshipId, global userId, global friendId ) : Friendship

Create a new Friendship object.

Private Methods

Method Description
OnFriendIdChanged ( ) : void
OnFriendIdChanging ( global value ) : void
OnFriendshipIdChanged ( ) : void
OnFriendshipIdChanging ( global value ) : void
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void

Method Details

CreateFriendship() public static method

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.
return Friendship