Click or drag to resize
IModelCreateAppSourceBoundList Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IEntity CreateAppSourceBoundList(
	string title,
	string listIEntityKind,
	Rect position,
	DateTime utcNow,
	List<IEntity> entities,
	string listIEntityId,
	string appId
)

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

listIEntityKind
Type: SystemString

[Missing <param name="listIEntityKind"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

position
Type: System.WindowsRect

[Missing <param name="position"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

utcNow
Type: SystemDateTime

[Missing <param name="utcNow"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

entities
Type: System.Collections.GenericListIEntity

[Missing <param name="entities"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

listIEntityId
Type: SystemString

[Missing <param name="listIEntityId"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

appId
Type: SystemString

[Missing <param name="appId"/> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

Return Value

Type: IEntity

[Missing <returns> documentation for "M:ZU.Core.IModel.CreateAppSourceBoundList(System.String,System.String,System.Windows.Rect,System.DateTime,System.Collections.Generic.List{ZU.Core.IEntity},System.String,System.String)"]

See Also