Show / Hide Table of Contents

Class Person

Inheritance
System.Object
Person
Implements
IReactiveObject
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 Source

Person(ISharedState)

Declaration
public Person(ISharedState sharedState)
Parameters
Type Name Description
ISharedState sharedState

Properties

| Improve this Doc View Source

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FullName3

Declaration
public string FullName3 { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ChangeBothNames(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 Source

IReactiveObject.SharedState

Declaration
ISharedState IReactiveObject.SharedState { get; }
Returns
Type Description
ISharedState

Implements

IReactiveObject

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX