Class Person
Inheritance
System.Object
Person
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cortext.Next.Playground
Assembly: Cortext.Next.Playground.dll
Syntax
public class Person : IReactiveObject
Constructors
| Improve this Doc View SourcePerson(ISharedState)
Declaration
public Person(ISharedState sharedState)
Parameters
Type | Name | Description |
---|---|---|
ISharedState | sharedState |
Properties
| Improve this Doc View SourceFirstName
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullName3
Declaration
public string FullName3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceChangeBothNames(String, String)
Declaration
public void ChangeBothNames(string firstName, string lastName)
Parameters
Type | Name | Description |
---|---|---|
System.String | firstName | |
System.String | lastName |
Explicit Interface Implementations
| Improve this Doc View SourceIReactiveObject.SharedState
Declaration
ISharedState IReactiveObject.SharedState { get; }
Returns
Type | Description |
---|---|
ISharedState |