Class PersonWeave
Inheritance
System.Object
PersonWeave
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 PersonWeave : IReactiveObject
Constructors
| Improve this Doc View SourcePersonWeave(ISharedState)
Declaration
public PersonWeave(ISharedState sharedState)
Parameters
Type | Name | Description |
---|---|---|
ISharedState | sharedState |
Properties
| Improve this Doc View SourceAge
Declaration
public int Age { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SharedState
Declaration
public ISharedState SharedState { get; }
Property Value
Type | Description |
---|---|
ISharedState |
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 |
ChangeFullNameToBirdseyeview()
Declaration
public void ChangeFullNameToBirdseyeview()
FullName2()
Declaration
public string FullName2()
Returns
Type | Description |
---|---|
System.String |