1. FluentUser

クラス FluentUser

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

円滑なユーザー タイプを定義します。

継承
System.Object
FluentUser
名前空間: Stylelabs.M.Sdk.Fluent.Models
アセンブリ: Stylelabs.M.Sdk.Fluent.dll
構文
public class FluentUser : FluentEntity

コンストラクター

FluentUser(IEntity, IEntitiesClient, IUsersClient)

宣言
public FluentUser(IEntity entity, IEntitiesClient entitiesClient, IUsersClient usersClient)
パラメーター
名前説明
IEntityentity
IEntitiesCliententitiesClient
IUsersClientusersClient

メソッド

ResetPassword()

パスワードをリセットします。 これにより、新しいパスワードを選択するためのリンクが記載された電子メールが指定されたユーザーに送信されます。

宣言
public FluentEntity ResetPassword()
戻り値

SetPassword(String)

パスワードを変更します。

宣言
public FluentEntity SetPassword(string password)
パラメーター
名前説明
System.Stringpassword

リセットするパスワード。

戻り値

拡張メソッド

この記事を改善するための提案がある場合は、 お知らせください!