Show / Hide Table of Contents

Class PersonWeave

Inheritance
System.Object
PersonWeave
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 PersonWeave : IReactiveObject

Constructors

| Improve this Doc View Source

PersonWeave(ISharedState)

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

Properties

| Improve this Doc View Source

Age

Declaration
public int Age { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

FirstName

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

FullName

Declaration
public string FullName { 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

SharedState

Declaration
public ISharedState SharedState { get; }
Property Value
Type Description
ISharedState

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
| Improve this Doc View Source

ChangeFullNameToBirdseyeview()

Declaration
public void ChangeFullNameToBirdseyeview()
| Improve this Doc View Source

FullName2()

Declaration
public string FullName2()
Returns
Type Description
System.String

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