Thursday, October 21, 2010

Entity Prototype Description

Hexsoft.Knots.Entity.Object
Represent the object entity.
Properties:
  • Id
    Get or set the id of the object.
  • Knot
    Get or set the knot of the object.
Methods:
  • #ctor(System.Guid,Hexsoft.Knots.Entity.Knot)
    Initialize the object entity.
    Parameters:
    • id: The id of the object.
    • knot: The knot of the object.
Hexsoft.Knots.Entity.User
Represent the user entity.
Properties:
  • Id
    Get or set the id of the user.
  • Name
    Get or set the name of the user.
  • Email
    Get or set the email of the user.
  • Password
    Get or set the password of the user.
Methods:
  • #ctor(System.Guid,System.String,System.String,System.String)
    Initialize the user entity.
    Parameters:
    • id: The id of the user.
    • name: The name of the user.
    • email: The email of the user.
    • password: The password of the user.
Hexsoft.Knots.Entity.Step
Represent the step entity.
Properties:
  • Id
    Get or set the id of the step.
  • Type
    Get or set the type of the step.
  • Description
    Get or set the description of the step.
  • Knot
    Get or set the knot of the step.
Methods:
  • #ctor(System.Guid,System.String,System.String,Hexsoft.Knots.Entity.Knot)
    Initialize the step entity.
    Parameters:
    • id: The id of the step.
    • type: The type of the step.
    • description: The description of the step.
    • knot: The knot of the step.
Hexsoft.Knots.Entity.Category
Represent the category entity.
Properties:
  • Id
    Get or set the id of the category.
  • Name
    Get or set the name of the category.
Methods:
  • #ctor(System.Guid,System.String)
    Initialize the category entity.
    Parameters:
    • id: The id of the category.
    • name: The name of the category.
Hexsoft.Knots.Entity.Knot
Represent the knot entity.
Properties:
  • Id
    Get or set the id of the knot.
  • Name
    Get or set the name of the knot.
  • Description
    Get or set the description of the knot.
  • User
    Get or set the user of the knot.
Methods:
  • #ctor(System.Guid,System.String,System.String,Hexsoft.Knots.Entity.User)
    Initialize the knot entity.
    Parameters:
    • id: The id of the knot.
    • name: The name of the knot.
    • description: The description of the knot.
    • user: The user of the knot.
Hexsoft.Knots.Entity.Fixture
Represent the fixture entity.
Properties:
  • Number
    Get or set the number of the fixture.
Methods:
  • #ctor(System.Guid,Hexsoft.Knots.Entity.Knot,System.Int32)
    Initialize the fixture entity.
    Parameters:
    • id: The id of the object.
    • knot: The knot of the object.
    • number: The number of the fixture.
Hexsoft.Knots.Entity.Line
Represent the line entity.
Properties:
  • Material
    Get or set the material of the line.
Methods:
  • #ctor(System.Guid,Hexsoft.Knots.Entity.Knot,System.Int32)
    Initialize the line entity.
    Parameters:
    • id: The id of the object.
    • knot: The knot of the object.
    • material: The material of the line.
Hexsoft.Knots.Entity.Point
Represent the point entity.
Properties:
  • Id
    Get or set the id of the point.
  • Line
    Get or set the line of the point.
  • X
    Get or set the x of the point.
  • Y
    Get or set the y of the point.
  • Z
    Get or set the z of the point.
Methods:
  • #ctor(System.Guid,System.Int32,System.Int32,System.Int32,System.Int32)
    Initialize the point entity.
    Parameters:
    • id: The id of the point.
    • line: The line of the point.
    • x: The x of the point.
    • y: The y of the point.
    • z: The z of the point.
Hexsoft.Knots.Entity.Classification
Represent the classification entity.
Properties:
  • Knot
    Get or set the knot of the classification.
  • Category
    Get or set the category of the classification.
Methods:
  • #ctor(Hexsoft.Knots.Entity.Knot,Hexsoft.Knots.Entity.Category)
    Initialize the classification entity.
    Parameters:
    • knot: The knot of the classification.
    • category: The category of the classification.

No comments:

Post a Comment