프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnCreated | void | ||
OnFriendlyNameChanged | void | ||
OnFriendlyNameChanging | void | ||
OnNameChanged | void | ||
OnNameChanging | void | ||
OnRolesChanged | void | ||
OnRolesChanging | void |
메소드 | 설명 | |
---|---|---|
GetIdentity ( ) : object |
Computes a value from the key fields that uniquely identifies this entity instance.
|
|
IsInRole ( string role ) : bool |
Return whether the principal is in the role. Returns whether the specified role is contained in the roles. This implementation is case sensitive. |
|
User ( ) : System |
Initializes a new instance of the User class.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( |
Override of the
|
메소드 | 설명 | |
---|---|---|
OnCreated ( ) : void |
This method is invoked from the constructor once initialization is complete and can be used for further object setup.
|
|
OnFriendlyNameChanged ( ) : void | ||
OnFriendlyNameChanging ( string value ) : void | ||
OnNameChanged ( ) : void | ||
OnNameChanging ( string value ) : void | ||
OnRolesChanged ( ) : void | ||
OnRolesChanging ( IEnumerable |
public IsInRole ( string role ) : bool | ||
role | string | The name of the role for which to check membership. |
리턴 | bool |
protected OnPropertyChanged ( |
||
e | The property change event args. | |
리턴 | void |