Class ActorPortConfig
Inheritance
ActorPortConfig
Syntax
[Serializable]
public class ActorPortConfig : IConfigIdentifier
Constructors
ActorPortConfig(String, Boolean, String, String, String, String, PortType, String, Boolean, Boolean)
Declaration
public ActorPortConfig(string id, bool isGeneratedId, string componentConfigId, string typeNormalizedFullName, string messageTypeNormalizedFullName, string memberName, PortType portType, string displayName, bool isRemoved, bool isOptional)
Parameters
Fields
ComponentConfigId
Declaration
public string ComponentConfigId
Field Value
DisplayName
Declaration
public string DisplayName
Field Value
IsRemoved
Declaration
Field Value
PortType
Declaration
Field Value
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Implements
IsGeneratedId
Declaration
public bool IsGeneratedId { get; set; }
Property Value
Implements
IsOptional
Declaration
public bool IsOptional { get; set; }
Property Value
MemberName
Declaration
public string MemberName { get; set; }
Property Value
MessageTypeNormalizedFullName
Declaration
public string MessageTypeNormalizedFullName { get; set; }
Property Value
TypeNormalizedFullName
Declaration
public string TypeNormalizedFullName { get; set; }
Property Value
Implements