Click or drag to resize

FotoActor Constructor

Represents someone or something that is in a photo. The FotoProperties class contains a child collection PhotoActor.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public FotoActor(
	string Name,
	bool IsPrimary,
	string Group
)

Parameters

Name  String

[Missing <param name="Name"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FotoActor.#ctor(System.String,System.Boolean,System.String)"]

IsPrimary  Boolean

[Missing <param name="IsPrimary"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FotoActor.#ctor(System.String,System.Boolean,System.String)"]

Group  String

[Missing <param name="Group"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FotoActor.#ctor(System.String,System.Boolean,System.String)"]

See Also