Method | Description | |
---|---|---|
MessageViewDescriptionData ( ) : System | ||
MessageViewDescriptionData ( string title, string bodyText, MessageViewIcon iconId ) : System | ||
Validate ( ) : void | ||
ValidateIconId ( MessageViewIcon iconId ) : void | ||
ValidateText ( string bodyText ) : void | ||
ValidateTitle ( string title ) : void |
public MessageViewDescriptionData ( ) : System | ||
return | System |
public MessageViewDescriptionData ( string title, string bodyText, MessageViewIcon iconId ) : System | ||
title | string | |
bodyText | string | |
iconId | MessageViewIcon | |
return | System |
public static ValidateIconId ( MessageViewIcon iconId ) : void | ||
iconId | MessageViewIcon | |
return | void |
public static ValidateText ( string bodyText ) : void | ||
bodyText | string | |
return | void |
public static ValidateTitle ( string title ) : void | ||
title | string | |
return | void |