프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnDateCreatedChanged | void | ||
OnDateCreatedChanging | void | ||
OnImageChanged | void | ||
OnImageChanging | void | ||
OnIsFeaturedChanged | void | ||
OnIsFeaturedChanging | void | ||
OnSpecialNeedsStoryIdChanged | void | ||
OnSpecialNeedsStoryIdChanging | void | ||
OnTextChanged | void | ||
OnTextChanging | void |
메소드 | 설명 | |
---|---|---|
CreateSpecialNeedsStory ( global specialNeedsStoryId, global isFeatured ) : |
Create a new SpecialNeedsStory object.
|
메소드 | 설명 | |
---|---|---|
OnDateCreatedChanged ( ) : void | ||
OnDateCreatedChanging ( Nullable |
||
OnImageChanged ( ) : void | ||
OnImageChanging ( global value ) : void | ||
OnIsFeaturedChanged ( ) : void | ||
OnIsFeaturedChanging ( global value ) : void | ||
OnSpecialNeedsStoryIdChanged ( ) : void | ||
OnSpecialNeedsStoryIdChanging ( global value ) : void | ||
OnTextChanged ( ) : void | ||
OnTextChanging ( global value ) : void |
public static CreateSpecialNeedsStory ( global specialNeedsStoryId, global isFeatured ) : |
||
specialNeedsStoryId | global | Initial value of the SpecialNeedsStoryId property. |
isFeatured | global | Initial value of the IsFeatured property. |
리턴 |