프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnPostKeyIdChanged | void | ||
OnPostKeyIdChanging | void | ||
OnTimeChanged | void | ||
OnTimeChanging | void | ||
OnUsernameChanged | void | ||
OnUsernameChanging | void |
메소드 | 설명 | |
---|---|---|
CreatePostKeyEntity ( global postKeyId, global username, global time ) : |
Create a new PostKeyEntity object.
|
메소드 | 설명 | |
---|---|---|
OnPostKeyIdChanged ( ) : void | ||
OnPostKeyIdChanging ( global value ) : void | ||
OnTimeChanged ( ) : void | ||
OnTimeChanging ( global value ) : void | ||
OnUsernameChanged ( ) : void | ||
OnUsernameChanging ( global value ) : void |
public static CreatePostKeyEntity ( global postKeyId, global username, global time ) : |
||
postKeyId | global | Initial value of the PostKeyId property. |
username | global | Initial value of the Username property. |
time | global | Initial value of the Time property. |
리턴 |