C# Class TrianglesInSpace.Messages.AddObjectMessage

Inheritance: IMessage
Show file Open project: anthony-martin/Triangles-in-space Class Usage Examples

Public Properties

Property Type Description
Name string
Owner System.Guid
Shape string

Public Methods

Method Description
AddObjectMessage ( System.Guid owner, string name ) : System

Method Details

AddObjectMessage() public method

public AddObjectMessage ( System.Guid owner, string name ) : System
owner System.Guid
name string
return System

Property Details

Name public property

public string Name
return string

Owner public property

public Guid,System Owner
return System.Guid

Shape public property

public string Shape
return string