Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Push methods to UIComponentMetadata #203

Closed
YevgeniyShunevych opened this issue Oct 2, 2018 · 0 comments
Closed

Add Push methods to UIComponentMetadata #203

YevgeniyShunevych opened this issue Oct 2, 2018 · 0 comments
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

Add methods to UIComponentMetadata:

public void Push(params Attribute[] attributes);

public void Push(IEnumerable<Attribute> attributes);

Both methods insert the specified attributes into DeclaredAttributes collection at the beginning.

@YevgeniyShunevych YevgeniyShunevych added this to the 1.0.0 milestone Oct 2, 2018
@YevgeniyShunevych YevgeniyShunevych self-assigned this Oct 2, 2018
YevgeniyShunevych added a commit that referenced this issue Oct 2, 2018
…etadata_Push_Single, UIComponentMetadata_Push_Multiple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant