Represent the object entity.
Properties: - Id Get or set the id of the object.
- Knot Get or set the knot of the object.
- #ctor(System.Guid,Hexsoft.Knots.Entity.Knot) Initialize the object entity.Parameters:
- id: The id of the object.
- knot: The knot of the object.
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.
- #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.
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.
- #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.
Represent the category entity.
Properties: - Id Get or set the id of the category.
- Name Get or set the name of the category.
- #ctor(System.Guid,System.String) Initialize the category entity.Parameters:
- id: The id of the category.
- name: The name of the category.
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.
- #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.
Represent the fixture entity.
Properties: - Number Get or set the number of the fixture.
- #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.
Represent the line entity.
Properties: - Material Get or set the material of the line.
- #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.
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.
- #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.
Represent the classification entity.
Properties: - Knot Get or set the knot of the classification.
- Category Get or set the category of the classification.
- #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