C# Class TrianglesInSpace.Messages.AddObjectMessage

Inheritance: IMessage
Mostra 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_oe property

public string Name
return string

Owner public_oe property

public Guid,System Owner
return System.Guid

Shape public_oe property

public string Shape
return string